Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractBuilder<EL extends Element,OUT> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Base class for mapping elements to representations for mapping.
AbstractBuilder(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
Constructor
AbstractDotFileFormat - Class in org.gradoop.flink.io.impl.dot.functions
Base class for implementing a dot formatting.
AbstractDotFileFormat() - Constructor for class org.gradoop.flink.io.impl.dot.functions.AbstractDotFileFormat
 
AbstractDurationAggregateFunction - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Abstract base class for functions aggregating the duration of temporal elements for a certain TimeDimension.
AbstractFilter<EL extends Element> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Base class for filtering elements based on their matches.
AbstractFilter(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractFilter
Constructor
AbstractFixSizedPropertyValueStrategy<T> - Class in org.gradoop.common.model.impl.properties.strategies
Abstract class that provides generic methods for PropertyValueStrategy classes that handle data types with a fixed size.
AbstractFixSizedPropertyValueStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.AbstractFixSizedPropertyValueStrategy
 
AbstractRichCombinedFilterFunction<T> - Class in org.gradoop.flink.model.impl.functions.filters
A RichFilterFunction that can be combined like a CombinableFilter.
AbstractRichCombinedFilterFunction(FilterFunction<? super T>...) - Constructor for class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
Constructor setting the component filter functions that this filter is composed of.
AbstractTimeAggregateFunction - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
An abstract super class for aggregation functions that aggregate a time of a temporal element.
AbstractTimeAggregateFunction(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
Sets attributes used to initialize this aggregate function.
AbstractVariableSizedPropertyValueStrategy<T> - Class in org.gradoop.common.model.impl.properties.strategies
Abstract class that provides generic methods for PropertyValueStrategy classes that handle data types with a variable size.
AbstractVariableSizedPropertyValueStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.AbstractVariableSizedPropertyValueStrategy
 
AccumulatePropagatedValues<V extends Vertex> - Class in org.gradoop.dataintegration.transformation.functions
This CoGroupFunction accumulates all properties that might be send to a vertex and stores them in a PropertyValue list.
AccumulatePropagatedValues(String, Set<String>) - Constructor for class org.gradoop.dataintegration.transformation.functions.AccumulatePropagatedValues
The constructor of the co group function for accumulation of collected property values.
ACCUMULO_AUTHORIZATIONS - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
accumulo authorizations, default Authorizations.EMPTY
ACCUMULO_INSTANCE - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
accumulo instance name, default "gradoop"
ACCUMULO_PASSWD - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
accumulo password for accumulo connector, default empty
ACCUMULO_TABLE_PREFIX - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
accumulo table prefix, you can define namespace and store prefix here
ACCUMULO_USER - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
accumulo user for accumulo connector, default "root"
AccumuloDataSink - Class in org.gradoop.storage.accumulo.impl.io
Write graph or graph collection into accumulo store
AccumuloDataSink(AccumuloEPGMStore, GradoopFlinkConfig) - Constructor for class org.gradoop.storage.accumulo.impl.io.AccumuloDataSink
Creates a new Accumulo data sink.
AccumuloDataSource - Class in org.gradoop.storage.accumulo.impl.io
Read logic graph or graph collection from accumulo store
AccumuloDataSource(AccumuloEPGMStore, GradoopFlinkConfig) - Constructor for class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
Creates a new Accumulo data source.
AccumuloDefault - Class in org.gradoop.storage.accumulo.impl.constants
Default Accumulo configuration (auto config value)
AccumuloDefault() - Constructor for class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
 
AccumuloEdgeHandler - Class in org.gradoop.storage.accumulo.impl.handler
Accumulo edge handler for row's read/write operator
AccumuloEdgeHandler(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.storage.accumulo.impl.handler.AccumuloEdgeHandler
Accumulo edge handler constructor
AccumuloElementFilter<T extends Element> - Interface in org.gradoop.storage.accumulo.impl.predicate.filter.api
Accumulo Element Filter
AccumuloEPGMStore - Class in org.gradoop.storage.accumulo.impl
Default Accumulo EPGM graph store that handles reading and writing vertices and graphs from and to Accumulo, It is designed thread-safe.
AccumuloEPGMStore(GradoopAccumuloConfig) - Constructor for class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
Creates an AccumuloEPGMStore based on the given parameters.
AccumuloFilters - Class in org.gradoop.storage.accumulo.utils
Accumulo filters collection utils
AccumuloFilters() - Constructor for class org.gradoop.storage.accumulo.utils.AccumuloFilters
 
AccumuloGraphHandler - Class in org.gradoop.storage.accumulo.impl.handler
accumulo graph head handler for row's read/write operator
AccumuloGraphHandler(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.storage.accumulo.impl.handler.AccumuloGraphHandler
graph head handler constructor
AccumuloLabelIn<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
Accumulo label equality predicate implement
AccumuloLabelIn(String...) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelIn
Create a new label equality filter
AccumuloLabelReg<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
Accumulo label regex predicate implement
AccumuloLabelReg(Pattern) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelReg
Create a new label regex filter
AccumuloPropEquals<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
Accumulo property equality implement
AccumuloPropEquals(String, Object) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropEquals
Create a new property equals filter
AccumuloPropLargerThan<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
Accumulo property value compare predicate implement
AccumuloPropLargerThan(String, Object, boolean) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropLargerThan
Create a new property compare filter
AccumuloPropReg<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.impl
Accumulo property regex predicate implement
AccumuloPropReg(String, Pattern) - Constructor for class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropReg
Create a new label regex filter
AccumuloQueryHolder<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.query
Accumulo predicate filter definition, this is a internal model, should not be used outside
AccumuloRowHandler<R extends EPGMElement,W extends Element> - Interface in org.gradoop.storage.accumulo.impl.handler
Accumulo row handler
AccumuloTables - Class in org.gradoop.storage.accumulo.impl.constants
Accumulo table constants definition
AccumuloTables() - Constructor for class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
 
AccumuloTables.KEY - Class in org.gradoop.storage.accumulo.impl.constants
cf or cq constants key
AccumuloVertexHandler - Class in org.gradoop.storage.accumulo.impl.handler
Accumulo vertex handler for row's read/write operator
AccumuloVertexHandler(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.storage.accumulo.impl.handler.AccumuloVertexHandler
vertex handler factory constructor
add(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Adds the given gradoop id to the set.
add(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Adds two numerical property values.
add(Point) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Defines how to sum up two points.
add(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Add another vector to this vector and return the result
add(Step) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
Add a step to the traversal code.
add(PlanTableEntry) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
Adds a PlanTableEntry to the plan table.
add(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Appends a reference to an Vertex/Edge to the embedding
add(GradoopId, PropertyValue...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Appends a GradoopId as well as the specified properties to the embedding.
add(GradoopId...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Adds an IdList a.k.a.
addAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Adds an aggregate function to the current list of aggregators.
addAll(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Adds the given gradoop ids to the set.
addAll(Collection<? extends GradoopId>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Adds the given gradoop ids to the set.
addAll(GradoopId...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Appends all ids to the embeddings
addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
addAllGraphIds(Iterable<? extends ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
addBackground(byte[]) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
Draw a background behind the image.
addBinary(Binary) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdConverter
 
addBinary(Binary) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertyValueConverter
 
addBinary(Binary) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.StringConverter
 
AddCount<T> - Class in org.gradoop.flink.model.impl.functions.utils
t => (t, count)
AddCount() - Constructor for class org.gradoop.flink.model.impl.functions.utils.AddCount
 
addEdge(int[], int, int, int, int, int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtils
Add an edge to a graph multiplex.
addEdge(int[], int, int, int, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtilsBase
 
addEdge(int, int, String, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Convenience method to add an edge.
addEdge(int, String, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Convenience method to add a new edge.
addEdgeAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Add an aggregate function which is applied on all edges represented by a single super edge which do not have a specific label group.
addEdgeGroupingKey(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a property key to the edge grouping keys for edges which do not have a specific label group.
addEdgeGroupingKeys(List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a list of property keys to the edge grouping keys for edges which do not have a specific label group.
addEdgeLabelGroup(String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys for a specific label.
addEdgeLabelGroup(String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys and the aggregate functions for a specific label.
addEdgeLabelGroup(String, String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys for a specific label.
addEdgeLabelGroup(String, String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys and the aggregate functions for a specific label.
addElement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Updates the statistics by adding a new element's data
AddEmbeddingElements - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions
Adds Embedding columns based on a given set of variables.
AddEmbeddingElements(int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions.AddEmbeddingElements
Creates a new function
AddEmbeddingsElements - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add
Adds Embedding entries to a given Embedding based on a List of variables via an EmbeddingMetaData object.
AddEmbeddingsElements(DataSet<Embedding>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
New embeddings add operator
addExtension(int[], int, int, boolean, int, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.DFSCodeUtils
Extends a parent DFS code's multiplex
addGlobalEdgeAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Add an aggregate function which is applied on all edges represented by a single super edge.
addGlobalVertexAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Add an aggregate function which is applied on all vertices represented by a single super vertex.
addGradoopIdField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
Adds a parquet type for a gradoop id field.
addGradoopIdSetField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
Adds a parquet type for a gradoop id set field.
AddGraphElementToNewGraph<GE extends GraphElement,G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
(GE) -> (GE (+ GraphHead), GraphHead)
AddGraphElementToNewGraph(GraphHeadFactory<G>, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.AddGraphElementToNewGraph
Constructor
addGraphId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.GraphElement
Adds that element to the given graphId.
addGraphId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
addGraphId(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
 
addGraphIds(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
addGraphIds(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
addGraphIds(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
addGraphIds(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
AddGraphsToElements<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Add all gradoop ids in the second field of the first tuple to the element.
AddGraphsToElements() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddGraphsToElements
 
addKeyToElement(E, Object) - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
Store a key on an element.
addKeyToElement(E, Object) - Method in interface org.gradoop.flink.model.api.functions.KeyFunction
Store a key on an element.
addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
 
addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
 
addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
 
addKeyToElement(T, Object) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
 
addKeyToElement(T, Object) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
 
addKeyToElement(T, Object) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
 
addKeyToElement(T, Object) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
 
AddMatchesToProperties<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Adds a property to a graph that states if the graph contained the embedding.
AddMatchesToProperties() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddMatchesToProperties
Constructor using the default property key.
AddMatchesToProperties(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddMatchesToProperties
Constructor with custom property key.
AddMaxDegreeCrossFunction<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
A cross function that adds the max degree to all vertices.
AddMaxDegreeCrossFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.AddMaxDegreeCrossFunction
Creates an instance of this cross function.
AddNewGraphsToEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.split.functions
Adds new graph id's to the edge if source and target vertex are part of the same graph.
AddNewGraphsToEdge() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.AddNewGraphsToEdge
 
AddNewGraphsToVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.split.functions
Adds new graph ids to the initial vertex set
AddNewGraphsToVertex() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.AddNewGraphsToVertex
 
AddNewIdToDuplicatedEdge - Class in org.gradoop.flink.model.impl.operators.fusion
It can be possible to reuse an edge.
AddNewIdToDuplicatedEdge() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.AddNewIdToDuplicatedEdge
 
AddPageRankScoresToVertexCrossFunction<V extends Vertex,G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Writes the PageRank-scores stored in the graphHead to all vertices.
AddPageRankScoresToVertexCrossFunction() - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.AddPageRankScoresToVertexCrossFunction
 
addPredicate(P) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Add a single predicate to the collection
addPredicates(List<P>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Add a list of predicates
addPropertiesField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
Adds a parquet type for a properties field.
addPropertyKey(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Adds a property key to the current list of keys.
addPropertyValues(PropertyValue...) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Adds the list of properties to the embedding
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
addStringField(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
Adds a parquet type for a string field.
addSubEdge(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Add a sub-edge to this edge
addSubEdges(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Add amultiple sub-edges to this edge
addSubVertex(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Add a sub-vertex to this vertex
addSubVertices(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Add multiple sub-vertices to this vertex
AddSumDegreesToGraphHeadCrossFunction - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Writes the sum of vertex degrees as property to the graphHead.
AddSumDegreesToGraphHeadCrossFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.AddSumDegreesToGraphHeadCrossFunction
Constructor
addTimeInterval(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
Adds a parquet type for a time interval (Tuple2<Long, Long>) field.
AddToGraph<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Adds the given graph head identifier to the graph element.
AddToGraph(GraphHead) - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraph
Creates a new GraphContainmentUpdater
AddToGraphBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Adds the given graph head identifier to the graph element.
AddToGraphBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
 
AddTrivialConstraints - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Adds constraints a.tx_from<=a.tx_to and a.val_from<=a.val_to for every variable a.
AddTrivialConstraints() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraints
 
addVertex(String) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Convenience method to add a new vertex.
addVertexAggregateFunction(AggregateFunction) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Add an aggregate function which is applied on all vertices represented by a single super vertex which do not have a specific label group.
addVertexGroupingKey(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a property key to the vertex grouping keys for vertices which do not have a specific label group.
addVertexGroupingKeys(List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a list of property keys to the vertex grouping keys for vertices which do not have a specific label group.
addVertexLabelGroup(String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys for a specific label.
addVertexLabelGroup(String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys and the aggregate functions for a specific label.
addVertexLabelGroup(String, String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys for a specific label.
addVertexLabelGroup(String, String, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Adds a vertex label group which defines the grouping keys and the aggregate functions for a specific label.
addVisitedOutEdge(Long) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
Adds an id to the list of visited outgoing edges.
AdjacencyList<ID extends Comparable<ID>,L extends Comparable<L>,ED,VD> - Class in org.gradoop.flink.representation.transactional
Traversal optimized representation of a graph transaction.
AdjacencyList() - Constructor for class org.gradoop.flink.representation.transactional.AdjacencyList
Default constructor.
AdjacencyList(EPGMGraphHead, Map<ID, L>, Map<ID, Properties>, Map<ID, AdjacencyListRow<ED, VD>>, Map<ID, AdjacencyListRow<ED, VD>>) - Constructor for class org.gradoop.flink.representation.transactional.AdjacencyList
Constructor.
AdjacencyListCell<ED,VD> - Class in org.gradoop.flink.representation.common.adjacencylist
Entry of an adjacency list.
AdjacencyListCell(ED, VD) - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
Constructor.
AdjacencyListCellComparator<ED extends Comparable<ED>,VD extends Comparable<VD>> - Class in org.gradoop.flink.representation.common.adjacencylist
Comparator for adjacency list cells.
AdjacencyListCellComparator() - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCellComparator
 
AdjacencyListRow<ED,VD> - Class in org.gradoop.flink.representation.common.adjacencylist
Traversal optimized representation of a vertex.
AdjacencyListRow() - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
Default constructor.
AdjacencyListRow(Collection<AdjacencyListCell<ED, VD>>) - Constructor for class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
Constructor.
AdjacencyMatrix - Class in org.gradoop.flink.model.impl.operators.tostring.functions
creates a string representation of an adjacency matrix
AdjacencyMatrix() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.AdjacencyMatrix
 
AdoptEmptyPaths - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Input embeddings are extended by an empty path and an additional entry which equals the entry at the expand column.
AdoptEmptyPaths(int, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.AdoptEmptyPaths
Creates a new UDF instance
AgeRoundedTo10<E extends Attributed> - Class in org.gradoop.examples.keyedgrouping.functions
A custom key-function extracting the birthday property and rounding it to the next 10.
AgeRoundedTo10() - Constructor for class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
 
aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.examples.aggregation.functions.AggregateListOfNames
 
aggregate(AggregateFunction...) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Applies the given aggregate functions to the base graph and stores the result of those functions at the resulting graph using the given property keys.
aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Describes the aggregation logic.
aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.average.Average
The aggregation logic for calculating the average.
aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.bool.Or
 
aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.max.Max
 
aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.min.Min
 
aggregate(PropertyValue, PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.sum.Sum
 
aggregate(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Aggregates the aggregate values with values using the aggregate functions
aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
 
aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
 
aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxTime
 
aggregate(PropertyValue, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinTime
 
AggregateDefaultValue - Interface in org.gradoop.flink.model.api.functions
Describes an extension of an AggregateFunction, in the case there is a logical default, e.g., when counting specific vertex labels and there is no such vertex than one can specify 0 which will be returned instead of NULL.
AggregateElements<T extends Element> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Applies aggregate functions to the elements.
AggregateElements(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateElements
Creates a new instance of a AggregateElements group combine function.
AggregateFunction - Interface in org.gradoop.flink.model.api.functions
Describes an aggregate function as input for the Aggregation operator.
AggregateListOfNames - Class in org.gradoop.examples.aggregation.functions
Custom vertex aggregate function that stores all values of the property 'name' over a set of vertices as a comma separated list in a property named 'list_of_names'.
AggregateListOfNames() - Constructor for class org.gradoop.examples.aggregation.functions.AggregateListOfNames
Creates a new instance of a AggregateListOfNames aggregate function.
AggregateListOfWccEdges - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Aggregates the connected component ids from all edges as list of propertyValues.
AggregateListOfWccEdges(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
Creates a new instance of a AggregateListOfWccEdges aggregate function.
AggregateListOfWccVertices - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Aggregates the connected component ids from all vertices as list of propertyValues.
AggregateListOfWccVertices(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
Creates a new instance of a AggregateListOfWccVertices aggregate function.
AggregateMultipleFunctions - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
Calculates sum aggregates of multiple AggregateFunctions.
AggregateMultipleFunctions(AggregationFunction<Long>[], int[]) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.AggregateMultipleFunctions
Calculates sum aggregate of multiple AggregationFunction.
AggregateTransactions - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Applies an AggregateFunction to the vertex or edge set of a graph transaction.
AggregateTransactions(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateTransactions
Creates a new instance of a AggregateTransactions map function.
AggregateUtil - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Utility functions for the aggregation operator
AggregateUtil() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateUtil
 
Aggregation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.aggregation
Takes a logical graph and user defined aggregate functions as input.
Aggregation(AggregateFunction...) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.Aggregation
Creates new aggregation.
AggregationExample - Class in org.gradoop.examples.aggregation
A self contained example on how to use the aggregate operator on Gradoop's LogicalGraph class.
AggregationExample() - Constructor for class org.gradoop.examples.aggregation.AggregationExample
 
AggregationType - Enum in org.gradoop.temporal.model.impl.operators.metric.functions
Enum which holds three types of aggregation.
All - Class in org.gradoop.temporal.model.impl.functions.predicates
A temporal predicate that matches all time intervals.
All() - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.All
 
AlphabeticalLabelComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Label comparator ignoring their frequency.
AlphabeticalLabelComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.AlphabeticalLabelComparator
 
And - Class in org.gradoop.flink.model.impl.functions.bool
Logical "AND" as Flink function.
And() - Constructor for class org.gradoop.flink.model.impl.functions.bool.And
 
And<T> - Class in org.gradoop.flink.model.impl.functions.filters
A filter that combines multiple filters using a logical and.
And(FilterFunction<? super T>...) - Constructor for class org.gradoop.flink.model.impl.functions.filters.And
Constructor setting the filter to be combined with a logical and.
and(FilterFunction<? super T>) - Method in interface org.gradoop.flink.model.impl.functions.filters.CombinableFilter
Combine this filter with another filter using a logical and.
and(CNF) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Connects another CNF via AND.
and(AccumuloElementFilter<T>) - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
Conjunctive operator
And<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.calculate
Conjunctive predicate filter
and(FilterImpl) - Method in interface org.gradoop.storage.common.predicate.filter.api.ElementFilter
Disjunctive operator for element filter
and(HBaseElementFilter<T>) - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
 
And<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.calculate
Conjunctive predicate filter
AndPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
Wraps an And predicate
AndPredicate(And) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
Returns a new AndPredicate
AndPredicate(And, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
Returns a new AndPredicate
angle(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Calculates the (unsigned) angle between this vector and the given vecotr
AnnotateWeaklyConnectedComponents<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents
A gradoop operator wrapping Flinks ScatterGatherIteration-Algorithm for ConnectedComponents ConnectedComponents.
AnnotateWeaklyConnectedComponents(String, int) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.AnnotateWeaklyConnectedComponents
Constructor for connected components with property key and a maximum number of iterations.
AnnotateWeaklyConnectedComponents(String, int, boolean) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.AnnotateWeaklyConnectedComponents
Constructor for connected components with property key and a maximum number of iterations and a boolean to determine, if the component property is written to edges, too.
append(PatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Adds all patterns and embeddings of another map.
appendFromString(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Appends the given ASCII GDL to the graph handled by that loader.
appendToDatabaseFromString(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Appends the given ASCII GDL String to the database.
ApplicableUnaryBaseGraphToBaseGraphOperator<GC extends BaseGraphCollection> - Interface in org.gradoop.flink.model.api.operators
A marker interface for instances of UnaryBaseGraphCollectionToBaseGraphCollectionOperator that support the application on each element in a graph collection.
applicator - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
The force-applicator used by layout().
apply(EL, EL) - Method in class org.gradoop.dataintegration.transformation.impl.BasePropertyTransformationFunction
 
apply(EPGMEdge, EPGMEdge) - Method in class org.gradoop.dataintegration.transformation.impl.InvertEdges
 
apply(TE, TE) - Method in class org.gradoop.examples.common.functions.TransformLongPropertiesToDateTime
 
apply(ApplicableUnaryBaseGraphToBaseGraphOperator<GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Applies a given unary graph to graph operator (e.g., aggregate) on each base graph in the graph collection.
apply(T) - Method in interface org.gradoop.flink.model.api.functions.Function
Creates output from given input.
apply(EL, EL) - Method in interface org.gradoop.flink.model.api.functions.TransformationFunction
The method takes the current version of the element and a copy of that element as input.
apply(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.PropertyGetter
 
apply(T, T) - Method in class org.gradoop.flink.model.impl.functions.epgm.RemoveProperties
 
apply(T, T) - Method in class org.gradoop.flink.model.impl.functions.epgm.RenameLabel
 
apply(T, T) - Method in class org.gradoop.flink.model.impl.functions.epgm.RenamePropertyKeys
 
apply(LVertex, Force, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Apply force to vertex.
apply(Vector, Vector, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Raw version of apply() using just vectors.
ApplyAggregateElements<T extends Element> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Applies vertex aggregate functions to vertices with the same graph id.
ApplyAggregateElements(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.ApplyAggregateElements
Creates a new instance of a ApplyAggregateElements group combine function.
ApplyAggregation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.aggregation
Takes a collection of base graphs and user defined aggregate functions as input.
ApplyAggregation(AggregateFunction...) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.ApplyAggregation
Creates a new operator instance.
applyEdgePredicate(ElementQuery<AccumuloElementFilter<EPGMEdge>>) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
 
applyEdgePredicate(EQuery) - Method in interface org.gradoop.storage.common.io.FilterableDataSource
Returns a copy of the DataSource with added predicates.
applyEdgePredicate(ElementQuery<HBaseElementFilter<EPGMEdge>>) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
 
applyForces(DataSet<LVertex>, DataSet<Force>, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Applies the given forces to the given vertices.
applyForces(DataSet<LVertex>, DataSet<Force>, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
 
applyGraphPredicate(ElementQuery<AccumuloElementFilter<EPGMGraphHead>>) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
 
applyGraphPredicate(GQuery) - Method in interface org.gradoop.storage.common.io.FilterableDataSource
Returns a copy of the DataSource with added predicates.
applyGraphPredicate(ElementQuery<HBaseElementFilter<EPGMGraphHead>>) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
 
applyQuery(ElementQuery<HBaseElementFilter<EPGMEdge>>) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Applies the given ElementQuery to the handler.
applyQuery(ElementQuery<HBaseElementFilter<EPGMGraphHead>>) - Method in interface org.gradoop.storage.hbase.impl.api.GraphHeadHandler
Applies the given ElementQuery to the handler.
applyQuery(ElementQuery<HBaseElementFilter<EPGMVertex>>) - Method in interface org.gradoop.storage.hbase.impl.api.VertexHandler
Applies the given ElementQuery to the handler.
applyQuery(ElementQuery<HBaseElementFilter<EPGMEdge>>) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
applyQuery(ElementQuery<HBaseElementFilter<EPGMGraphHead>>) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
 
applyQuery(ElementQuery<HBaseElementFilter<EPGMVertex>>) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
 
applyResult(E, PropertyValue) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Add result to aggregated element.
applyResult(E, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
 
ApplySubgraph<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.subgraph
Extracts a subgraph from each base graph in a graph collection using the given filter functions.
ApplySubgraph(FilterFunction<V>, FilterFunction<E>, Subgraph.Strategy) - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.ApplySubgraph
Creates a new sub graph operator instance.
ApplyTransformation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.transformation
Applies the transformation operator on on all base graphs in a graph collection.
ApplyTransformation(TransformationFunction<G>, TransformationFunction<V>, TransformationFunction<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.ApplyTransformation
Creates a new operator instance.
applyVertexPredicate(ElementQuery<AccumuloElementFilter<EPGMVertex>>) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
 
applyVertexPredicate(VQuery) - Method in interface org.gradoop.storage.common.io.FilterableDataSource
Returns a copy of the DataSource with added predicates.
applyVertexPredicate(ElementQuery<HBaseElementFilter<EPGMVertex>>) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
 
area(int, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Override default layout-space size Default: width = height = Math.sqrt(Math.pow(k, 2) * numberOfVertices) * 0.5
area(int, int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Override default layout-space size Default: width = height = Math.sqrt(Math.pow(k, 2) * numberOfVertices) * 0.5
arrToImg(byte[]) - Static method in class org.gradoop.flink.io.impl.image.ImageDataSink
Convert byte[] to BufferedImage
asAggregateFunctions(List<LabelGroup>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
Extract aggregate functions from a list of label groups.
AsciiGraphLoader<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.common.util
Creates collections of graphs, vertices and edges from a given GDL script.
asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
Converts the predicate into conjunctive normal form
asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
Converts the predicate into conjunctive normal form
asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
Converts the predicate into conjunctive normal form
asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
Converts the predicate into conjunctive normal form
asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Converts the predicate into conjunctive normal form
asCNF() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
Converts the predicate into Conjunctive Normal Form
asKeyFunction(boolean, List<LabelGroup>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
Create a label-specific key function from a list of label groups.
asKeyFunctions(boolean, List<LabelGroup>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
Convert label groups to key functions.
asOf(long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate AS OF timestamp where timestamp is a timestamp in milliseconds.
AsOf - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the AsOf predicate.
AsOf(long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.AsOf
Creates an AsOf instance with the given time-stamp.
AsOf(LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.AsOf
Creates an AsOf instance with the given time-stamp.
attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
Attach scanner iterator setting
attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
 
attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
 
attachIterator(BatchScanner, int, Map<String, String>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
 
attractionForces(DataSet<LVertex>, DataSet<LEdge>) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Compute the attractive-forces between all vertices connected by edges.
Attributed - Interface in org.gradoop.common.model.api.entities
Used to describe entities that can have properties.
AUTHORIZATION - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
gradoop access authorizations
Average - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.average
Base interface for aggregate functions determining the average of some value.
This aggregate function uses a list of two property values for aggregation internally.
AverageClusteringCoefficient<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.statistics
Calculates the average local clustering coefficient of a graph and writes it to the graph head.
AverageClusteringCoefficient() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageClusteringCoefficient
 
AverageDegree - Class in org.gradoop.flink.model.impl.operators.statistics
Calculates the average degree of a graph and writes it to the graph head.
AverageDegree() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageDegree
 
AverageDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculate the average duration of a time dimension of one given TimeDimension of temporal elements.
AverageDuration(String, TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
Creates a new instance of this aggregate function.
AverageDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
Create an instance of the AverageDuration aggregate function.
AverageDuration(TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
Creates a new instance of this aggregate function.
AverageEdgeDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the average duration of a time interval of a defined TimeDimension of all edges.
AverageEdgeDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageEdgeDuration
Create an instance of the AverageEdgeDuration aggregate function.
AverageEdgeProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.average
Calculates the average of a numeric property value of all edges.
AverageEdgeProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageEdgeProperty
Create an instance of this average aggregate function with a default aggregate property key.
AverageEdgeProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageEdgeProperty
Create an instance of this average aggregate function.
AverageIncomingDegree - Class in org.gradoop.flink.model.impl.operators.statistics
Calculates the average incoming degree of a graph and writes it to the graph head.
AverageIncomingDegree() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageIncomingDegree
 
AverageOutgoingDegree - Class in org.gradoop.flink.model.impl.operators.statistics
Calculates the average outgoing degree of a graph and writes it to the graph head.
AverageOutgoingDegree() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.AverageOutgoingDegree
 
averagePosition(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.AverageVertexPositionsFunction
Calculates the average positions of the vertices.
AverageProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.average
Base class for aggregate functions determining the average of a numeric property value.
AverageProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageProperty
Creates a new instance of a base average aggregate function with a default aggregate property key (will be the original property key with prefix avg_).
AverageProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageProperty
Creates a new instance of a base average aggregate function.
AverageVertexDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the average duration of a time interval of a defined TimeDimension of all vertices.
AverageVertexDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageVertexDuration
Create an instance of the AverageVertexDuration aggregate function.
AverageVertexPositionsFunction - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Computed the average position of all LVertices in a DataSet
AverageVertexPositionsFunction() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.AverageVertexPositionsFunction
 
AverageVertexProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.average
Calculates the average of a numeric property value of all vertices.
AverageVertexProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageVertexProperty
Create an instance of this average aggregate function with a default aggregate property key.
AverageVertexProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageVertexProperty
Create an instance of this average aggregate function.

B

backgroundColor - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Color of the background
backgroundColor(Color) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value backgroundColor
BaseAggregateFunction - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Base implementation of AggregateFunction providing a custom aggregate property key.
BaseAggregateFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.BaseAggregateFunction
Creates a new instance of a base aggregate function.
BaseCalculateDegrees - Class in org.gradoop.temporal.model.impl.operators.metric.functions
Base class for calculating the degree evolution by the given degree tree.
BaseCalculateDegrees() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.BaseCalculateDegrees
 
BaseElementIterator<E extends Element> - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
Accumulo Tablet Server Iterator This Iterator will be created in accumulo tablet server runtime, when executing a partition range query.
BaseElementIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
BaseFactory - Class in org.gradoop.flink.model.impl.layouts.common
Base class for graph layout factories.
BaseFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.common.BaseFactory
Creates a new Configuration.
BaseGellyAlgorithm<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>,K,VV,EV,O> - Class in org.gradoop.flink.algorithms.gelly
Base class for Algorithms executed in Flink Gelly.
BaseGellyAlgorithm() - Constructor for class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
 
BaseGraph<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Interface in org.gradoop.flink.model.api.epgm
Default interface of a logical graph instance.
BaseGraphCollection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Interface in org.gradoop.flink.model.api.epgm
Default interface of a graph collection instance.
BaseGraphCollectionFactory<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Interface in org.gradoop.flink.model.api.epgm
Responsible for creating instances of graph collections with type GC based on a specific GraphCollectionLayout.
BaseGraphCollectionOperators<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Interface in org.gradoop.flink.model.api.epgm
Defines the operators that are available on a BaseGraphCollection.
BaseGraphFactory<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Interface in org.gradoop.flink.model.api.epgm
Factory interface that is responsible for creating instances of logical graphs with type LG based on a specific LogicalGraphLayout.
BaseGraphOperators<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Interface in org.gradoop.flink.model.api.epgm
Defines the operators that are available on a BaseGraph.
BaseInputFormat<T extends EPGMElement> - Class in org.gradoop.storage.accumulo.impl.io.inputformats
Common Abstract InputFormat for gradoop accumulo store
BaseLayoutFactory<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
Base interface for layout factories.
BasePropertyTransformationFunction<EL extends Element> - Class in org.gradoop.dataintegration.transformation.impl
Base class for property transformation.
BasePropertyTransformationFunction(String, PropertyTransformationFunction, String, String, boolean) - Constructor for class org.gradoop.dataintegration.transformation.impl.BasePropertyTransformationFunction
Creates a new BasePropertyTransformationFunction which can be used in the property transformation operator.
BaseVertexCentricDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
An abstract base class which calculates the minimum, maximum or average degree of a given vertex referenced via its vertexId within a given time interval: start queryFrom, end queryTo.
BaseVertexCentricDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long, AggregationType) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.BaseVertexCentricDegreeEvolution
Creates an instance of this temporal vertex degree aggregation operator.
BATCH_SCANNER_THREADS - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
gradoop batch scanner threads count
BC_MAPPING - Static variable in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertexBC
Broadcast variable name
BC_METADATA - Static variable in class org.gradoop.flink.io.impl.csv.CSVBase
Broadcast set identifier for meta data.
BC_SUPERSTEP - Static variable in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching
Name for broadcast set which contains the superstep id.
between(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate BETWEEN fromTimestamp AND toTimestamp where both values are timestamps in milliseconds.
Between - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the Between temporal predicate.
Between(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Between
Creates a Between instance with the given time stamps.
Between(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Between
Creates a Between instance with the given time stamps.
BigDecimalStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type BigDecimal.
BigDecimalStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
BinaryBaseGraphCollectionToBaseGraphCollectionOperator<GC extends BaseGraphCollection> - Interface in org.gradoop.flink.model.api.operators
Creates a GraphCollection based on two input collections.
BinaryBaseGraphCollectionToValueOperator<GC extends BaseGraphCollection,V> - Interface in org.gradoop.flink.model.api.operators
Creates a value based on two input graph collections.
BinaryBaseGraphToBaseGraphOperator<LG extends BaseGraph> - Interface in org.gradoop.flink.model.api.operators
Creates a graph of type LG based on two input graphs of the same type.
BinaryBaseGraphToValueOperator<LG extends BaseGraph,V> - Interface in org.gradoop.flink.model.api.operators
Creates a value of type V from two input graphs of type LG.
BinaryCollectionToCollectionOperatorBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.base
Abstract operator implementation which can be used with binary collection to collection operators.
BinaryCollectionToCollectionOperatorBase() - Constructor for class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
 
BinaryNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
A binary node takes two data sets containing embeddings as input which are used to compute a new data set of embeddings based on the specific node implementation.
BinaryNode(PlanNode, PlanNode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.BinaryNode
Creates a new binary node
Binning - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo
Implements equal frequency binning of Long values.
Binning(List<Long>, int) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
Creates new bins from values.
Binning(List<Long>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
Creates new bins from values.
BinningTemporalGraphStatistics - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning
Wraps for a graph a set of TemporalElementStats, one for each combination (vertex / edge) x (label).
BinningTemporalGraphStatistics(List<TemporalElementStats>, List<TemporalElementStats>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
Creates new graph statistics
BinningTemporalGraphStatisticsFactory - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning
BinningTemporalGraphStatisticsFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsFactory
 
Boolean() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.Boolean
 
BooleanStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Boolean.
BooleanStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
BORDER_BROADCAST - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Broadcast identifier
BothLabels - Class in org.gradoop.flink.model.impl.operators.statistics.functions
(id,label1),(id,label2) -> (label1,label2)
BothLabels() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.BothLabels
 
BoundsInference - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Transformation that aims to infer new, informative bounds for temporal properties according to the clauses.
BoundsInference() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInference
 
BTG_LABEL - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
reserved label to mark business transaction graphs
BtgMessenger - Class in org.gradoop.flink.algorithms.btgs.functions
Update Function of vertex centric iteration.
BtgMessenger() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.BtgMessenger
 
BtgUpdater - Class in org.gradoop.flink.algorithms.btgs.functions
Update Function of vertex centric iteration.
BtgUpdater() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.BtgUpdater
 
build(String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
Creates the configured message type.
build() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
build() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
build() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
build() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Creates a new grouping operator instance based on the configured parameters.
build() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Instantiates a new ExplorativePatternMatching operator.
build() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
build() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
build() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
BuildEdgeGroupItem<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Takes an EPGM edge as input and creates a EdgeGroupItem which contains only necessary information for further processing.
BuildEdgeGroupItem(boolean, List<LabelGroup>) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.BuildEdgeGroupItem
Creates map function.
BuildEdgeMutation - Class in org.gradoop.storage.hbase.impl.io.functions
Creates HBase Mutation from persistent edge data using edge data handler.
BuildEdgeMutation(EdgeHandler) - Constructor for class org.gradoop.storage.hbase.impl.io.functions.BuildEdgeMutation
Creates rich map function.
BuildEdgeStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Converts an edge into a step edge according to the traversal.
BuildEdgeStep(TraversalCode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEdgeStep
Constructor
buildEmbedding(Embedding, Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.MergeEmbeddings
Merges left and right embeddings into MergeEmbeddings.reuseEmbedding
BuildEmbeddingFromTriple<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Initializes an EmbeddingWithTiePoint from the given edge triple.
BuildEmbeddingFromTriple(Class<K>, TraversalCode, MatchStrategy, long, long) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEmbeddingFromTriple
Constructor
BuildEmbeddingFromVertex<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Initializes an EmbeddingWithTiePoint from the given vertex.
BuildEmbeddingFromVertex(Class<K>, Step, long, long) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEmbeddingFromVertex
Constructor
Builder() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Creates a new builder instance
Builder() - Constructor for class org.gradoop.storage.common.predicate.query.ElementQuery.Builder
 
buildExtractedGraph(LogicalGraph, LGraph, boolean) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Extract all subverties/subedges from the super-vertices/super-edges and place them at the location of the super-vertex (and add some random jitter to the positions)
BuildFatVertex - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Combines a collection of TripleWithDirection to a FatVertex.
BuildFatVertex(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.BuildFatVertex
Constructor
BuildGraphHeadMutation - Class in org.gradoop.storage.hbase.impl.io.functions
Creates HBase Mutation from persistent graph data using graph data handler.
BuildGraphHeadMutation(GraphHeadHandler) - Constructor for class org.gradoop.storage.hbase.impl.io.functions.BuildGraphHeadMutation
Creates rich map function.
BuildGraphWithCandidates - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Constructs GraphWithCandidates from sets of vertices and edges with their candidates.
BuildGraphWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildGraphWithCandidates
 
BuildGroupItemBase - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Base class for vertex and edge item building.
BuildGroupItemBase(boolean, List<LabelGroup>) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
Valued constructor.
BuildIdPropertyValuePairs<E extends Element> - Class in org.gradoop.dataintegration.transformation.functions
A simple FlatMapFunction that prepares element data for further processing.
BuildIdPropertyValuePairs(String, String) - Constructor for class org.gradoop.dataintegration.transformation.functions.BuildIdPropertyValuePairs
The constructor of the FlatMapFunction to create GradoopId / PropertyValue pairs.
BuildIdWithCandidates<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Converts an EPGM vertex to a IdWithCandidates tuple.
BuildIdWithCandidates(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildIdWithCandidates
Constructor
BuildIdWithCandidatesAndGraphs<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Converts an EPGM vertex to a Tuple2 with its graph ids in field 0 and a IdWithCandidates in field 1.
BuildIdWithCandidatesAndGraphs(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildIdWithCandidatesAndGraphs
Constructor
buildPartial() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
buildPartial() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
buildPartial() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
buildPartial() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
buildPartial() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
buildPartial() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
buildPostLayoutGraph(LogicalGraph, LGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Extract all subverties/subedges from the super-vertices/super-edges and place them at the location of the super-vertex (and add some random jitter to the positions).
buildSimplifiedGraph(LogicalGraph, LGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.LGraphToEPGMMapper
Build a new EPGM-Graph from the given LGraph, by converting LVertices to vertices 1:1.
buildSimplifiedGraph(LogicalGraph, LGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Simply translate the internal representations back to LogicalGraph.
BuildSuperEdgeFromTuple<T extends org.apache.flink.api.java.tuple.Tuple,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Build the final super-edge from the internal tuple-based representation.
BuildSuperEdgeFromTuple(List<KeyFunction<E, ?>>, List<AggregateFunction>, EdgeFactory<E>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperEdgeFromTuple
Initialize this function.
buildSuperEdges(EdgeFactory<E>, DataSet<E>, DataSet<VertexWithSuperVertex>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Build super edges by joining them with vertices and their super vertex.
BuildSuperVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Creates a new super vertex representing a vertex group.
BuildSuperVertex(boolean, VertexFactory<V>) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.BuildSuperVertex
Creates map function.
BuildSuperVertexFromTuple<T extends org.apache.flink.api.java.tuple.Tuple,E extends Vertex> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Build the final super-vertex from the internal tuple-based representation.
BuildSuperVertexFromTuple(List<KeyFunction<E, ?>>, List<AggregateFunction>, VertexFactory<E>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperVertexFromTuple
Initialize this function.
BuildTargetVertexIdPropertyValuePairs<E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
The JoinFunction builds new GradoopId / PropertyValue pairs.
BuildTargetVertexIdPropertyValuePairs() - Constructor for class org.gradoop.dataintegration.transformation.functions.BuildTargetVertexIdPropertyValuePairs
 
BuildTemporalDegreeTree - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A group reduce and reduce function collecting all edge time intervals of a vertex id to build a tree data structure.
BuildTemporalDegreeTree() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.BuildTemporalDegreeTree
Creates an instance of this reduce function class.
BuildTripleWithCandidates<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Converts an EPGM edge to a TripleWithCandidates tuple.
BuildTripleWithCandidates(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildTripleWithCandidates
Constructor
BuildTripleWithCandidatesAndGraphs<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Converts an edge to a Tuple2 with its graphs in field 0 and a TripleWithCandidates in field 1.
BuildTripleWithCandidatesAndGraphs(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildTripleWithCandidatesAndGraphs
Constructor
BuildTuplesFromEdges<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Build a tuple-based representation of edges for grouping.
BuildTuplesFromEdges(List<KeyFunction<E, ?>>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromEdges
Initialize this function, setting the grouping keys and aggregate functions.
BuildTuplesFromElements<E extends Element> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Build a tuple-based representation of elements for grouping.
BuildTuplesFromElements(int, List<KeyFunction<E, ?>>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromElements
Initialize this function, setting the grouping keys and aggregate functions.
BuildTuplesFromVertices<E extends Element> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Build a tuple-based representation of vertices for grouping.
BuildTuplesFromVertices(List<KeyFunction<E, ?>>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromVertices
Initialize this function, setting the grouping keys abd aggregate functions.
BuildVertexGroupItem<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Creates a minimal representation of vertex data to be used for label specific grouping.
BuildVertexGroupItem(boolean, List<LabelGroup>) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexGroupItem
Creates map function
BuildVertexMutation - Class in org.gradoop.storage.hbase.impl.io.functions
Creates HBase Mutation from vertex data using vertex data handler.
BuildVertexMutation(VertexHandler) - Constructor for class org.gradoop.storage.hbase.impl.io.functions.BuildVertexMutation
Creates rich map function.
BuildVertexStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
(id, [candidates]) -> (id)
BuildVertexStep() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildVertexStep
Constructor
BuildVertexWithSuperVertex - Class in org.gradoop.flink.model.impl.operators.grouping.functions
BuildVertexWithSuperVertex() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertex
Creates mapper.
BuildVertexWithSuperVertexBC - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Maps a VertexGroupItem to a VertexWithSuperVertex according the the broadcasted mapping information.
BuildVertexWithSuperVertexBC() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertexBC
Creates the mapper
BusinessTransactionGraphs - Class in org.gradoop.flink.algorithms.btgs
Part of the BIIIG approach.
BusinessTransactionGraphs() - Constructor for class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
 
ByDifferentGraphId - Class in org.gradoop.flink.model.impl.functions.epgm
Filters graph transactions if their graph head identifier is not equal to the given identifier.
ByDifferentGraphId(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByDifferentGraphId
Constructor
ByDifferentId<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters elements if their identifier is not equal to the given identifier.
ByDifferentId(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByDifferentId
Creates new filter instance.
ByLabel<L extends Labeled> - Class in org.gradoop.flink.model.impl.functions.epgm
Accepts all elements which have the same label as specified.
ByLabel(String) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByLabel
Valued constructor.
ByProperty<E extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Accepts all elements which have a property with the specified key or key value combination.
ByProperty(String) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByProperty
Valued constructor, accepts all elements containing a property with the given key.
ByProperty(Property) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByProperty
Valued constructor, accepts all elements containing the given property.
ByProperty(String, PropertyValue) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByProperty
Valued constructor, accepts all elements containing a property with the given key and the corresponding value.
BySameId<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters elements if their identifier is equal to the given identifier.
BySameId(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.BySameId
Creates a new filter instance
BySourceId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters edges having the specified source vertex id.
BySourceId(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.BySourceId
Constructor
BySourceOrTargetId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters edges having the specified vertex id as source or target.
BySourceOrTargetId(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.BySourceOrTargetId
Creates a new filter instance.
ByTargetId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters edges having the specified target vertex id.
ByTargetId(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ByTargetId
Constructor
ByTemporalPredicate<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.snapshot.functions
A filter function that accepts only elements matching a temporal predicate.
ByTemporalPredicate(TemporalPredicate, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.snapshot.functions.ByTemporalPredicate
Creates a filter instance from a temporal predicate and a time dimension.
Bytes - Class in org.gradoop.common.model.impl.properties.bytes
Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.
Bytes() - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Create a zero-size sequence.
Bytes(byte[]) - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Create a Bytes using the byte array as the initial value.
Bytes(Bytes) - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Set the new Bytes to the contents of the passed ibw
Bytes(byte[], int, int) - Constructor for class org.gradoop.common.model.impl.properties.bytes.Bytes
Set the value to a given byte range
Bytes.ByteArrayComparator - Class in org.gradoop.common.model.impl.properties.bytes
Byte array comparator class.
byteSize() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the byte size of the properties internal representation.
BytesUtils() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
 

C

CalculateAverageDegree - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Calculates the average degree, depending on the sum-value of the degree type (degree, incomingDegree, outgoingDegree) stored as property in the graph head.
CalculateAverageDegree(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateAverageDegree
Public constructor
calculateDegreeAndCollect(GradoopId, TreeMap<Long, Integer>, Long, Long, Collector<Tuple4<GradoopId, Long, Long, Integer>>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.BaseCalculateDegrees
Function calculates and collects the degree evolution for a given vertex and degree tree.
CalculateDegreeCentrality - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Calculates the degree centrality of the graph using the function: (Sum(d(max) - d(i)) / (v_count -2) * (v_count-1)
CalculateDegreeCentrality() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDegreeCentrality
 
CalculateDegreesDefaultTimesFlatMap - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A flat map function calculating the resulting degree values for each vertex id by its corresponding degree tree instance.
CalculateDegreesDefaultTimesFlatMap() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesDefaultTimesFlatMap
 
CalculateDegreesFlatMap - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A flat map function calculating the resulting degree values for each vertex id by its corresponding degree tree instance.
CalculateDegreesFlatMap() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesFlatMap
 
CalculateDensity - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Calculates the graph density and safes the value as property to the corresponding graphHead.
CalculateDensity(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDensity
Public constructor
calculateForce(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
Computes the repulsion force between two vertices ONLY FOR THE FIRST vertex ATTENTION! Subsequent calls will modify previously returned results!
calculateLayoutCenter(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Calculate the current center of the graph-layout
calculateNewCentroidPosition(Iterable<Force>, Collector<Centroid>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
Expects the group of vertex-positions for a centroid.
calculateNewCentroids(DataSet<Centroid>, DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Calculate the current centroids for the graph
callForCollection(UnaryBaseGraphCollectionToBaseGraphCollectionOperator<GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Creates a graph collection using the given unary graph collection operator.
callForCollection(BinaryBaseGraphCollectionToBaseGraphCollectionOperator<GC>, GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Calls the given binary collection to collection operator using this graph collection and the input graph collection.
callForCollection(UnaryBaseGraphToBaseGraphCollectionOperator<LG, GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a graph collection from this graph using the given unary graph operator.
callForGraph(UnaryBaseGraphCollectionToBaseGraphOperator<GC, LG>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Calls the given unary collection to graph operator using this graph collection to get a graph of type LG.
callForGraph(UnaryBaseGraphToBaseGraphOperator<LG>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a base graph using the given unary graph operator.
callForGraph(BinaryBaseGraphToBaseGraphOperator<LG>, LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a base graph from this graph and the input graph using the given binary operator.
callForGraph(GraphsToGraphOperator, LogicalGraph...) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
Creates a logical graph from that graph and other graphs using the given operator.
callForGraph(GraphsToGraphOperator, LogicalGraph...) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
callForValue(UnaryBaseGraphCollectionToValueOperator<GC, T>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Creates a value using the given unary collection to value operator.
callForValue(BinaryBaseGraphCollectionToValueOperator<GC, T>, GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Calls the given binary collection to value operator using this graph collection and the input graph collection.
callForValue(UnaryBaseGraphToValueOperator<LG, T>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a value using the given unary graph to value operator.
callForValue(BinaryBaseGraphToValueOperator<LG, T>, LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Calls the given binary graph to value operator using this graph and the input graph.
callForValue(UnaryBaseGraphCollectionToValueOperator<GraphCollection, T>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
callForValue(BinaryBaseGraphCollectionToValueOperator<GraphCollection, T>, GraphCollection) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
callForValue(UnaryBaseGraphToValueOperator<LogicalGraph, T>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
callForValue(BinaryBaseGraphToValueOperator<LogicalGraph, T>, LogicalGraph) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
callForValue(UnaryBaseGraphToValueOperator<TemporalGraph, T>) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
callForValue(BinaryBaseGraphToValueOperator<TemporalGraph, T>, TemporalGraph) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
callForValue(UnaryBaseGraphCollectionToValueOperator<TemporalGraphCollection, T>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
callForValue(BinaryBaseGraphCollectionToValueOperator<TemporalGraphCollection, T>, TemporalGraphCollection) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
candidateEdges - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Candidate edges
candidateEdgeTuples - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
candidate edges with extracted map key
CandidateGenerator(VertexCompareFunction, Double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
Construct new instance
CANONICAL_LABEL_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Property key to store the canonical label.
CANONICAL_LABEL_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
Property key to store the canonical label.
CanonicalAdjacencyMatrixBuilder<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.tostring
Operator deriving a string representation from a graph collection.
CanonicalAdjacencyMatrixBuilder(GraphHeadToString<G>, VertexToString<V>, EdgeToString<E>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
Creates a new MatrixBuilder instance.
CanonicalLabeler - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization
Creates a canonical label for a given graph embedding that represents its adjacency matrix.
CanonicalLabeler(boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization.CanonicalLabeler
Constructor.
canonicalLabeler - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SingleEdgeEmbeddings
graph labeler
CartesianProduct - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
This operator builds the cartesian product of two disjunct embeddings and combines them into a single embedding.
CartesianProduct(DataSet<Embedding>, DataSet<Embedding>, int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, CrossOperatorBase.CrossHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
New value join operator
CartesianProductNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
Binary node that wraps a CartesianProduct operator.
CartesianProductNode(PlanNode, PlanNode, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
Creates a new node.
CartesianProductNode(PlanNode, PlanNode, MatchStrategy, MatchStrategy, CrossOperatorBase.CrossHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
Creates a new node.
Cast<IN,T> - Class in org.gradoop.flink.model.impl.functions.utils
Casts an object of type IN to type T.
Cast(Class<T>) - Constructor for class org.gradoop.flink.model.impl.functions.utils.Cast
Constructor
CastTuple1IntToDouble - Class in org.gradoop.flink.model.impl.functions.tuple
A map function casting each Tuple1 from Integer to Double.
CastTuple1IntToDouble() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.CastTuple1IntToDouble
 
Categorizable - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Describes something categorizable.
CATEGORY_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.CategoryCharacteristicSubgraphs
Property key to store a category association.
CategoryCharacteristicSubgraphs - Class in org.gradoop.flink.algorithms.fsm.transactional
abstract superclass of different implementations of the gSpan frequent subgraph mining algorithm as Gradoop operator
CategoryCharacteristicSubgraphs(FSMConfig, float) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.CategoryCharacteristicSubgraphs
constructor
CategoryCountableLabel - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
(category, label, frequency)
CategoryCountableLabel() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
Default constructor.
CategoryCountableLabel(String, String, Long) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
Constructor.
CategoryEdgeLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graph => (category, label, 1)
CategoryEdgeLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryEdgeLabels
 
CategoryFrequent - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Filters categorized labels by minimum category frequency.
CategoryFrequent() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequent
 
CategoryFrequentAndInteresting - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Evaluates subgraphs of different categories with regard to category frequency and global interestingness.
CategoryFrequentAndInteresting(float) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequentAndInteresting
Constructor.
CategoryGraphCounts - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Creates a map of graph counts per category.
CategoryGraphCounts() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryGraphCounts
 
CategoryMinFrequencies - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Calculates category min frequencies from category graph counts.
CategoryMinFrequencies(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryMinFrequencies
Constructor.
CategoryVertexLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graph => (category, label, 1)
CategoryVertexLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryVertexLabels
 
CategoryWithCount - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graph => (category, 1)
CategoryWithCount() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryWithCount
 
CCSGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
Lightweight representation of a labeled graph transaction.
CCSGraph(String, GradoopId, Map<Integer, String>, Map<Integer, FSMEdge>) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.CCSGraph
Constructor.
CCSSingleEdgeEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graph => embedding(k=1),..
CCSSingleEdgeEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSingleEdgeEmbeddings
Constructor.
CCSSubgraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Representation of a subgraph.
CCSSubgraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
Default constructor.
CCSSubgraph(String, String, Long, Embedding, Boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
Constructor.
CCSSubgraphDecoder - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
FSM subgraph -> Gradoop graph transaction
CCSSubgraphDecoder(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSubgraphDecoder
Constructor.
CCSSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Representation of a subgraph supported by a graph and all its local embeddings.
CCSSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
Default constructor
CCSSubgraphOnly - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
(graphId, size, canonicalLabel, embeddings) => (canonicalLabel, frequency=1, sample embedding)
CCSSubgraphOnly() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSubgraphOnly
 
CCSWrapInSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
subgraphWithSampleEmbedding => subgraphWithEmbeddings
CCSWrapInSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSWrapInSubgraphEmbeddings
Constructor.
center - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
Current center of the graph
CENTER_BROADCAST_NAME - Static variable in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Name for the Center BroadcastSet
Centroid - Class in org.gradoop.flink.model.impl.operators.kmeans.util
Centroid class, which is a specific point extended by an id.
Centroid() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
Empty constructor of Centroid class
Centroid(int, double, double) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
Creates an instance of a centroid with an id, a latitude, and a longitude
Centroid(int, Point) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
Creates an instance of a centroid with an id and a point
Centroid - Class in org.gradoop.flink.model.impl.operators.layouting.util
Represents a centroid for repulsion-force computation for the CentroidFRLayouter algorithm.
Centroid(Vector, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Create a new Centroid.
Centroid() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Default constructor to conform with POJO-Rules
CENTROID_BROADCAST_NAME - Static variable in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Name for the Centroid BroadcastSet
CentroidAccumulator - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
Sums up the points that are assigned to the same centroid.
CentroidAccumulator() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.CentroidAccumulator
 
CentroidAverager - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
Computes the average value of the points coordinates assigned to the same centroid.
CentroidAverager() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.CentroidAverager
 
CentroidFRLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
Layout a graph using approximate repulsive forces calculated using centroids as described here Very fast, even for large inputs.
CentroidFRLayouter(int, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Create new CentroidFRLayouter
CentroidRepulsionForceMapper - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Calculate repulsion-forces for vertices using centroids
CentroidRepulsionForceMapper(FRRepulsionFunction) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
Create new calculator
centroids - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
Current centroids
centroids - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
List of current centroids.
CentroidUpdater - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Bundles Operations to update the centroid dataset of the CentroidFRLayouter.
CentroidUpdater(int, double, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
Create new updater
cf - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
ComparisonFunction to use to compute similarity of vertices
CF_META - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column family name for label.
CF_PROPERTY_TYPE - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column family name for property type.
CF_PROPERTY_VALUE - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column family name for property value.
checkReoccurringHeader() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Set checkReoccurringHeader flag.
chooseDonorsAndAcceptors(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
Splits the vertices randomly into donor and acceptor-vertices (~50/50).
chooseInitialCentroids(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Randomly choose some vertex-positions as start centroids
clamped(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Clamp this vector to a given length.
cleanFilename(String) - Static method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
Replace illegal filename characters (<, >, :, ", /, \, |, ?, *) with '_' and change the string to lower case.
clear() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Clears the set.
clear() - Method in class org.gradoop.common.model.impl.properties.Properties
Removes all elements from these properties.
clear() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
clear() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
clear() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
clear() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
clear() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
clear() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
clearGraphIds() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
clearGraphIds() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
clearGraphIds() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
clearGraphIds() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
clearId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes id = 1;
clearId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required bytes id = 1;
clearId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required bytes id = 1;
clearId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes id = 1;
clearId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required bytes id = 1;
clearId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required bytes id = 1;
clearLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required string label = 2;
clearLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required string label = 2;
clearLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required string label = 2;
clearLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required string label = 2;
clearLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required string label = 2;
clearLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required string label = 2;
clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
clearProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
clearProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
clearProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
clearProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
clearProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
clearProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
clearSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes sourceId = 5;
clearSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes sourceId = 5;
clearTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes targetId = 6;
clearTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes targetId = 6;
clearTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txFrom = 7;
clearTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txFrom = 4;
clearTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txFrom = 5;
clearTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txTo = 8;
clearTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txTo = 5;
clearTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txTo = 6;
clearValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valFrom = 9;
clearValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valFrom = 6;
clearValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valFrom = 7;
clearValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valTo = 10;
clearValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valTo = 7;
clearValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valTo = 8;
ClientClosableIterator<R extends EPGMElement,E extends Element> - Class in org.gradoop.storage.accumulo.impl.iterator.client
Accumulo client closable iterator.
ClientClosableIterator(BatchScanner, BaseElementIterator<E>, AccumuloRowHandler<R, E>, int) - Constructor for class org.gradoop.storage.accumulo.impl.iterator.client.ClientClosableIterator
cache closable iterator constructor
clone() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
clone() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
clone() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
Clone<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Clones an element by replacing its id but keeping label and properties.
Clone() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Clone
 
clone() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
clone() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
clone() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
CloneAndReverse - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Clones and reverses the incoming triple:
(e,s,t,c) -> (e,s,t,true,c),(e,t,s,false,c)
CloneAndReverse() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CloneAndReverse
Constructor
Cloning<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.cloning
Creates a copy of the graph instance with new ids for the graph head, vertices and edges.
Cloning() - Constructor for class org.gradoop.flink.model.impl.operators.cloning.Cloning
 
ClosableIterator<E> - Interface in org.gradoop.storage.common.iterator
Common Closable Iterator.
close() - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
 
close() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Closes open buffers
close() - Method in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
 
close() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
close() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
 
close() - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
 
close() - Method in class org.gradoop.storage.accumulo.impl.iterator.client.ClientClosableIterator
 
close() - Method in class org.gradoop.storage.common.iterator.EmptyClosableIterator
 
close() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
close() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseEdgeIterator
 
close() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseGraphIterator
 
close() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseVertexIterator
 
closingColumn - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Define the column which should be equal with the paths end
ClusteringCoefficientBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
Base class for Gradoop EPGM model wrapper for Flink Gellys implementation of the clustering coefficient algorithm.
ClusteringCoefficientBase() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
Creates an instance of the ClusteringCoefficientBase wrapper class.
CNF - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
Represents a collection conjunct OrPredicates.
CNF() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Creates a new conjunctive normal form with empty predicate list.
CNF(List<CNFElement>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Creates a new conjunctive normal form with given predicate list.
CNF(CNF) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Copy constructor for CNF.
CNFElement - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
Represents a collection disjunct predicates This can be used to represent a CNF
CNFElement() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
Creates a new CNFElement with empty predicate list
CNFElement(List<ComparisonExpression>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
Creats a new CNFElement with preset predicate list
CNFEstimation - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
Class to estimate the selectivity of a CNF
CNFEstimation(TemporalGraphStatistics, Map<String, TemporalGraphStatistics.ElementType>, Map<String, String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
Creates a new instance
CNFEstimation(TemporalGraphStatistics, TemporalQueryHandler) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
Creates a new instance
CNFPostProcessing - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing
Postprocessing pipeline for CNFs.
CNFPostProcessing(List<QueryTransformation>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
Creates a new custom postprocessing pipeline
CNFPostProcessing() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
Creates a default postprocessing pipeline: 1.
coGroup(Iterable<Tuple2<GradoopId, PropertyValue>>, Iterable<V>, Collector<V>) - Method in class org.gradoop.dataintegration.transformation.functions.AccumulatePropagatedValues
 
coGroup(Iterable<EPGMEdge>, Iterable<EPGMVertex>, Collector<Tuple2<EPGMVertex, List<NeighborhoodVertex>>>) - Method in class org.gradoop.dataintegration.transformation.functions.CreateNeighborList
 
coGroup(Iterable<Tuple2<V, List<NeighborhoodVertex>>>, Iterable<Tuple2<V, List<NeighborhoodVertex>>>, Collector<E>) - Method in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
 
coGroup(Iterable<Tuple2<GradoopId, EPGMGraphElement>>, Iterable<EPGMGraphHead>, Collector<GraphTransaction>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphElementsHeadsToTransaction
 
coGroup(Iterable<L>, Iterable<R>, Collector<L>) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftSide
 
coGroup(Iterable<G>, Iterable<Tuple2<GradoopId, Map<String, PropertyValue>>>, Collector<G>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperties
 
coGroup(Iterable<Tuple2<EPGMVertex, GradoopId>>, Iterable<Tuple2<EPGMVertex, GradoopId>>, Collector<Tuple2<EPGMVertex, GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupAssociateOldVerticesWithNewIds
 
coGroup(Iterable<G>, Iterable<Tuple2<GradoopId, Boolean>>, Collector<G>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddMatchesToProperties
 
coGroup(Iterable<Tuple2<GradoopId, IdWithCandidates<GradoopId>>>, Iterable<Tuple2<GradoopId, TripleWithCandidates<GradoopId>>>, Collector<GraphWithCandidates>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildGraphWithCandidates
 
CoGroupAssociateOldVerticesWithNewIds - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Associates the old vertices with the new vertex fused ids.
CoGroupAssociateOldVerticesWithNewIds() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupAssociateOldVerticesWithNewIds
Default constructor
CoGroupGraphHeadToVertex - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Associate each graph id in teh hypervertices' heads to the merged vertices
CoGroupGraphHeadToVertex() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupGraphHeadToVertex
Default constructor
COL_GRAPHS - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column identifier for graphs.
COL_LABEL - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column identifier for label.
COL_SOURCE - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column identifier for source vertex identifier.
COL_TARGET - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Column identifier for target vertex identifier.
collect(WithCount<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Adds a pattern but no embeddings.
CollectGradoopIds - Class in org.gradoop.flink.algorithms.btgs.functions
(a,b),(a,c) => (a,{b,c})
(a,{b,c}),(a,{d,e}) => (a,{b,c,d,e})
CollectGradoopIds() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.CollectGradoopIds
 
CollectionEquality<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.equality
Operator to determine if two graph collections are equal according to given string representations of graph heads, vertices and edges.
CollectionEquality(GraphHeadToString<G>, VertexToString<V>, EdgeToString<E>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.equality.CollectionEquality
Constructor to set string representations.
CollectionEqualityByGraphIds<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.equality
Operator to determine if two collections contain the same graphs by id.
CollectionEqualityByGraphIds() - Constructor for class org.gradoop.flink.model.impl.operators.equality.CollectionEqualityByGraphIds
 
collectionToCsvString(Collection<?>) - Method in class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
Returns a CSV string representation of a collection.
CombiLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
A layouter that combines the CentroidFRLayouter and the FRLayouter.
CombiLayouter(int, int, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Create a new CombiLayouter.
CombinableFilter<T> - Interface in org.gradoop.flink.model.impl.functions.filters
A filter function that can be combined using a logical and, or and not.
Combination<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.combination
Computes the combined graph from two base graph instances.
Combination() - Constructor for class org.gradoop.flink.model.impl.operators.combination.Combination
 
combine(Iterable<Tuple2<GradoopId, GradoopIdSet>>, Collector<Tuple2<GradoopId, GradoopIdSet>>) - Method in class org.gradoop.flink.algorithms.btgs.functions.CollectGradoopIds
 
combine(Iterable<WithCount<int[]>>, Collector<WithCount<int[]>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.AggregateMultipleFunctions
 
combine(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
Combines this embedding with another one.
combine(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a new base graph by combining the vertex and edge sets of this graph and the given graph.
combine(Iterable<Tuple2<GradoopId, EPGMGraphElement>>, Collector<Tuple3<GradoopId, Set<EPGMVertex>, Set<EPGMEdge>>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphVerticesEdges
Creates vertex and edge sets for each transaction.
combine(Iterable<GE>, Collector<GE>) - Method in class org.gradoop.flink.model.impl.functions.epgm.MergedGraphIds
 
combine(Iterable<WithCount<T>>, Collector<WithCount<T>>) - Method in class org.gradoop.flink.model.impl.functions.utils.SumCount
 
combine(Iterable<T>, Collector<Map<String, PropertyValue>>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateElements
 
combine(Iterable<Tuple2<GradoopId, T>>, Collector<Tuple2<GradoopId, Map<String, PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.ApplyAggregateElements
 
combine(Iterable<EdgeGroupItem>, Collector<EdgeGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.CombineEdgeGroupItems
 
combine(Iterable<VertexGroupItem>, Collector<VertexGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.CombineVertexGroupItems
 
combine(Iterable<T>, Collector<T>) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.ReduceEdgeTuples
 
combine(Iterable<TripleWithDirection>, Collector<FatVertex>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.BuildFatVertex
 
combine(Iterable<Deletion>, Collector<Message>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CombinedMessages
 
combine(Iterable<Tuple2<K, Set<PropertyValue>>>, Collector<Tuple2<K, Set<PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CombinePropertyValueDistribution
 
CombinedMessages - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Combines a collection of deletions to a single message.
CombinedMessages() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CombinedMessages
 
CombineEdgeGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Combines a group of EdgeGroupItem to a single EdgeGroupItem.
CombineEdgeGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.CombineEdgeGroupItems
Creates group reducer
combineEdges(Iterable<EPGMEdge>, Collector<byte[]>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
Combine multiple edges into one Image
CombinePartitionAggregates - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Aggregates the aggregate values of different partitions
CombinePartitionAggregates(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.CombinePartitionAggregates
Creates a new instance of a CombinePartitionAggregates group reduce function.
CombinePartitionApplyAggregates - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Aggregates the aggregate values of partitions with the same graph id
CombinePartitionApplyAggregates(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.CombinePartitionApplyAggregates
Creates a new instance of a CombinePartitionApplyAggregates group reduce function.
CombinePropertyValueDistribution<K> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
This UDF counts the number of distinct property values grouped by a key K
CombinePropertyValueDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.CombinePropertyValueDistribution
 
CombineVertexGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Combines a group of VertexGroupItem instances.
CombineVertexGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.CombineVertexGroupItems
Creates group reduce function.
combineVertices(Iterable<EPGMVertex>, Collector<byte[]>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
Combine multiple vertices into one Image
ComparableFactory - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util
Class for creating a QueryComparable wrapper for a GDL ComparableExpression
ComparableFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util.ComparableFactory
 
ComparableTPGMFactory - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates
Factory for temporal comparable
ComparableTPGMFactory(TimeLiteral) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
Create a new instance
ComparableTPGMFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
Create a new instance
compare(T, Object) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Compares two objects.
compare(Identifiable, Identifiable) - Method in class org.gradoop.common.model.impl.comparators.IdentifiableComparator
 
compare(byte[], byte[]) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes.ByteArrayComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes.ByteArrayComparator
Compares two byte arrays with a specified offset and length.
compare(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Compares two numerical property values
compare(BigDecimal, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
compare(Boolean, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
compare(LocalDate, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
compare(LocalDateTime, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
compare(Double, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
compare(Float, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
compare(GradoopId, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
compare(Integer, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
compare(List, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
compare(Long, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
compare(Map, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
compare(Object, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
compare(Object, Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Compares two values.
PropertyValue.NULL_VALUE is considered to be less than all other properties.
compare(Set, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
compare(Short, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
compare(String, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
compare(LocalTime, Object) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
compare(WithCount<String>, WithCount<String>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.AlphabeticalLabelComparator
 
compare(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.DFSCodeComparator
 
compare(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.DirectedDFSBranchComparator
 
compare(WithCount<String>, WithCount<String>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.InverseProportionalLabelComparator
 
compare(WithCount<String>, WithCount<String>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.ProportionalLabelComparator
 
compare(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.comparison.UndirectedDFSBranchComparator
 
compare(Element, Element) - Method in class org.gradoop.flink.model.impl.comparators.ElementIdComparator
 
compare(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.DefaultVertexCompareFunction
 
compare(LVertex, LVertex) - Method in interface org.gradoop.flink.model.impl.operators.layouting.functions.VertexCompareFunction
Computes a numerical similarity between two vertices
compare(AdjacencyListCell<ED, VD>, AdjacencyListCell<ED, VD>) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCellComparator
 
compareFunction - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
The VertexCompareFunction to use to find similar vertices
compareFunction - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Compare function to use.
compareFunction(VertexCompareFunction) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Sets optional value compareFunction.
compareTo(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopId
Performs a byte-wise comparison of this and the specified GradoopId.
compareTo(Bytes) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Define the sort order of the Bytes.
compareTo(byte[], byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Compares two byte arrays
compareTo(byte[], int, int, byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Lexicographically compare two arrays.
compareTo(Property) - Method in class org.gradoop.common.model.impl.properties.Property
 
compareTo(PropertyValue) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Compares this to another PropertyValue.
compareTo(PropertyValueList) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
compareTo(Traversal<C>) - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
Comparison according to gSpan lexicographic order.
compareTo(TraversalCode<C>) - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
 
ComparisonExpression - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions
Wraps a Comparison
ComparisonExpression(Comparison) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Creates a new comparison wrapped
ComparisonExpression(Comparison, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Creates a new wrapped comparison and sets the query comparable factory
ComparisonUtil - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util
Utility methods for handling objects of type ComparisonExpression
ComparisonUtil() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util.ComparisonUtil
 
components - Variable in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
The filters this filter is composed of.
ComponentToNewBtgId - Class in org.gradoop.flink.algorithms.btgs.functions
replaces a component id by a new graph id
ComponentToNewBtgId() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.ComponentToNewBtgId
 
CompositeKeyFunction<T> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
A key function that combines other key functions by storing the values of the other key functions in order in a tuple.
CompositeKeyFunction(List<? extends KeyFunction<T, ?>>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
Create a new instance of this key function.
CompositeKeyFunctionWithDefaultValues<T> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
A key function that combines other key functions by storing the values of the other key functions in order in a tuple.
CompositeKeyFunctionWithDefaultValues(List<KeyFunctionWithDefaultValue<T, ?>>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunctionWithDefaultValues
Create a new instance of this key function.
compress(int[]) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
Compression wrapper.
compressEmbeddings(PatternEmbeddingsMap) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
Convenience method to compress all values of a pattern-embeddings map
CompressPattern - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
(pattern, frequency) => (compressed pattern, frequency)
CompressPattern() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.CompressPattern
 
compressPatterns(PatternEmbeddingsMap) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
Convenience method to compress all keys of a pattern-embeddings map
compute(Vertex<Long, VCIVertexValue>, MessageIterator<NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
Initially starts the first walk or jump from the given start vertices.
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
Computes the meta data returned by the specific node.
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
 
computeEmbeddingMetaData() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
 
computeNewEdges(DataSet<V>) - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
Overridden by inheriting classes.
computeNewEdges(DataSet<V>) - Method in class org.gradoop.flink.model.impl.operators.base.SetOperatorBase
Constructs new edges by joining the edges of the first graph with the new vertices.
computeNewEdges(DataSet<V>) - Method in class org.gradoop.flink.model.impl.operators.union.Union
 
computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
Overridden by inheriting classes.
computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.difference.Difference
 
computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.intersection.Intersection
Computes new subgraphs by grouping both graph collections by graph identifier and returning those graphs where the group contains more than one element.
computeNewGraphHeads() - Method in class org.gradoop.flink.model.impl.operators.union.Union
 
computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
Overridden by inheriting classes.
computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.base.SetOperatorBase
Computes new vertices based on the new subgraphs.
computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.difference.DifferenceBroadcast
Computes the resulting vertices by collecting a list of resulting subgraphs and checking if the vertex is contained in that list.
computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.intersection.IntersectionBroadcast
 
computeNewVertices(DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.union.Union
 
ConcatGraphHeadStrings - Class in org.gradoop.flink.model.impl.operators.tostring.functions
concatenates the sorted string representations of graph heads to represent a collection
ConcatGraphHeadStrings() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.ConcatGraphHeadStrings
 
config - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
Gradoop configuration
configuration - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
configure(Configuration) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
 
configure(Configuration) - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
 
confined(double, double, double, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Confine this point to the given bounding-box.
ConnectedComponentsDistribution<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the weakly connected components of a graph.
ConnectedComponentsDistribution(int) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
Constructor
ConnectedComponentsDistribution(int, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
Constructor
ConnectedComponentsDistribution(String, int) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
Constructor
ConnectedComponentsDistribution(String, int, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
Constructor
ConnectedComponentsDistributionAsValues<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the weakly connected components of a graph structure.
ConnectedComponentsDistributionAsValues(int) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistributionAsValues
Creates an instance of this operator to calculate the connected components distribution.
ConnectNeighbors - Class in org.gradoop.dataintegration.transformation
This graph transformation adds new edges to the graph.
ConnectNeighbors(String, Neighborhood.EdgeDirection, String, String) - Constructor for class org.gradoop.dataintegration.transformation.ConnectNeighbors
The constructor to connect the neighbors of vertices with a certain label.
ConstantKeyFunction<T> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
A grouping key function that returns the same value for every object.
ConstantKeyFunction() - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
 
containedIn(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate CONTAINED IN (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
ContainedIn - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the ContainedIn temporal predicate.
ContainedIn(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
Creates a ContainedIn instance with the given time stamps.
ContainedIn(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
Creates a ContainedIn instance with the given time-interval.
contains(Object) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the given id is contained in the set.
containsAll(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the specified ids are contained in the set.
containsAll(Collection<?>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the specified ids are contained in the set.
containsAny(GradoopIdSet) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if any of the specified ids is contained in the set.
containsAny(Set<GradoopId>) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if any of the specified ids is contained in the set.
containsEntryColumn(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Checks if the specified variable is mapped to a column in the embedding.
containsKey(String) - Method in class org.gradoop.common.model.impl.properties.Properties
Checks if a property with the given key is contained in the properties.
containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
map<string, bytes> properties = 3;
containsProperties(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
map<string, bytes> properties = 3;
containsProperties(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
map<string, bytes> properties = 3;
containsProperties(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
map<string, bytes> properties = 3;
containsProperties(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
map<string, bytes> properties = 3;
containsProperties(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
containsProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
map<string, bytes> properties = 3;
containsProperties(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
map<string, bytes> properties = 3;
converterMap - Variable in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
Contains every registered converter by addressed field name.
convertList(List<K>, boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Converts a list of ids into a list of corresponding property values.
copy() - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copy(DataInputView, DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copy() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Creates a deep copy of the property value.
copy() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a copy of the base graph.
copy() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Create a (deep) copy of this object
copy() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Copy this object
copy() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
copy(DataInputView, DataOutputView) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copyTo(GradoopId) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
copyTo(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
Count - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.count
Superclass of counting aggregate functions.
Count() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
Creates a new instance of a Count aggregate function.
Count(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
Creates a new instance of a Count aggregate function.
Count - Class in org.gradoop.flink.model.impl.operators.count
Utility methods to count the number of elements in a dataset without collecting it.
Count() - Constructor for class org.gradoop.flink.model.impl.operators.count.Count
 
count(DataSet<T>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
Counts the elements in the given dataset and stores the result in a 1-element dataset.
Countable - Interface in org.gradoop.flink.model.api.tuples
Something countable.
CountAppender - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
Appends a count variable to the tuple.
CountAppender() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.CountAppender
 
CountGraphHeads<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.distinction.functions
Distinction function that just selects the first graph head of an isomorphic group.
CountGraphHeads(String) - Constructor for class org.gradoop.flink.model.impl.operators.distinction.functions.CountGraphHeads
Constructor.
create() - Static method in class org.gradoop.common.model.impl.properties.Properties
Creates a new property list.
create(String, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.Property
Creates a new property from the given arguments.
create(String, Object) - Static method in class org.gradoop.common.model.impl.properties.Property
Creates a new property from the given arguments.
create(Object) - Static method in class org.gradoop.common.model.impl.properties.PropertyValue
Creates a new Property Value from the given object.
create(AccumuloElementFilter<T>...) - Static method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.And
Create a conjunctive formula
create(AccumuloElementFilter<T>...) - Static method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Or
Create a disjunctive formula
create(ElementQuery<AccumuloElementFilter<T>>) - Static method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
Create a predicate within a certain id ranges
create(List<Range>, AccumuloElementFilter<T>) - Static method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
Create a predicate within a certain accumulo id ranges
create(HBaseElementFilter<T>...) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.And
Create a conjunctive formula
create(HBaseElementFilter<T>...) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Or
Create a disjunctive formula
CreateCartesianNeighborhoodEdges<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
This FlatMapFunction creates all edges between neighbor vertices.
CreateCartesianNeighborhoodEdges(EdgeFactory<E>, String) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateCartesianNeighborhoodEdges
The constructor to calculate the edges in the neighborhood.
CreateCollector - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
bool => (graph, pattern -> embeddings) workaround for bulk iteration intermediate results graph and map are empty
CreateCollector() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.CreateCollector
 
createComparableFrom(ComparableExpression) - Static method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util.ComparableFactory
Create a wrapper for a GDL comparable
createConfig(ExecutionEnvironment) - Static method in class org.gradoop.flink.util.GradoopFlinkConfig
Creates a default Gradoop Flink configuration using POJO handlers.
createConfig(ExecutionEnvironment, LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>, GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Static method in class org.gradoop.flink.util.GradoopFlinkConfig
Creates a Gradoop Flink configuration using the given parameters.
createConfig(GradoopHBaseConfig, String, String, String) - Static method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Creates a Gradoop HBase configuration based on the given arguments.
createConfig(ExecutionEnvironment) - Static method in class org.gradoop.temporal.util.TemporalGradoopConfig
Create a new config.
createConnector() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
Create an accumulo client connector with given configuration
CreateDictionary - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
{@code (label, frequency),..
CreateDictionary(LabelComparator) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.CreateDictionary
Constructor.
createdIn(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate CREATED IN (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
CreatedIn - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the CreatedIn temporal predicate.
CreatedIn(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
Creates a CreatedIn instance with the given time stamps.
CreatedIn(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
Creates a CreatedIn instance with the given time-interval.
createEdge(GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId, Properties) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Creates a new edge based on the given parameters.
createEdge(GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
createEdge(GradoopId, GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
createEdge(String, GradoopId, GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
createEdge(String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
createEdge(String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
createEdge(String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
createEdgeDataSet(Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
Creates an edge dataset from a given collection.
CreateEdgesFromTriple<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
A FlatMapFunction to create two new edges per inserted edge.
CreateEdgesFromTriple(EdgeFactory<E>, String, String) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateEdgesFromTriple
The constructor to create the new edges based on the given triple.
createEmbeddings(FSMGraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SingleEdgeEmbeddings
Finds all embeddings.
createEmptyCollection() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates an empty graph collection.
createEmptyCollection() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates an empty graph collection layout.
createEmptyCollection() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
createEmptyCollection() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
createEmptyCollection() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
createEmptyCollection() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
createEmptyCollection() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
createEmptyGraph() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates an empty graph.
createEmptyGraph() - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a layout representing the empty graph.
createEmptyGraph() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
createEmptyGraph() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
createEmptyGraph() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
createEmptyGraph() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
createEmptyList() - Static method in class org.gradoop.common.model.impl.properties.PropertyValueList
Creates a new property value list containing no elements.
CreateExpandEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Creates the initial expand embeddings
CreateExpandEmbedding(List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.CreateExpandEmbedding
Create new FlatJoin Function
createFormatForDirectory(Path) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
 
createFormatForDirectory(Path) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
Create or load an OutputFormat to use for a specific directory.
createFrom(ComparableExpression) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
Generic method to createFrom a comparable expression
createFrom(ComparableExpression) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparableFactory
Creates a QueryComparable from a GDL comparable expression
createFrom(Predicate) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
Generic wrapper function to createFrom a given predicate
createFrom(Predicate, QueryComparableFactory) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
Generic wrapper function to createFrom a given predicate
createFrom(ComparableExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
 
createFromMap(Map<String, Object>) - Static method in class org.gradoop.common.model.impl.properties.Properties
Creates a new property collection from a given map.
createFromTypeValueBytes(byte[], byte[]) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
Creates a PropertyValue instance by concatenating the byte representations of the type and the value.
CreateFusedVertex - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Creates the fused vertex from the collection of the graph head of the pattern graph element.
CreateFusedVertex(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.CreateFusedVertex
Given the new vertex Id, it generates the joiner generating the new vertex
createGraphHead() - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Creates a new graph head based.
createGraphHead(String) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Creates a new graph head based on the given parameters.
createGraphHead(String, Properties) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Creates a new graph head based on the given parameters.
createGraphHead() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
createGraphHead(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
createGraphHead(String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
createGraphHead() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
createGraphHead(String) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
createGraphHead(String, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
createGraphHeadDataSet(Collection<EPGMGraphHead>) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
Creates a graph head dataset from a given collection.
CreateImportEdge<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.edgelist.functions
(edgeId, (sourceId, targetId)) => ImportEdge
CreateImportEdge() - Constructor for class org.gradoop.flink.io.impl.edgelist.functions.CreateImportEdge
Constructor
CreateImportVertex<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.edgelist.functions
(vertexId) => ImportVertex
CreateImportVertex() - Constructor for class org.gradoop.flink.io.impl.edgelist.functions.CreateImportVertex
Constructor
createInitialLayout(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Creates a layout as the starting-point for the algorithm.
createInstance(boolean, boolean, List<LabelGroup>, List<LabelGroup>, List<AggregateFunction>, List<AggregateFunction>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGroupingUtils
Create a new instance of the KeyedGrouping operator from a list of vertex and edge label groups.
CreateLabeledImportVertex<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.edgelist.functions
(vertexId, label) => ImportVertex
CreateLabeledImportVertex(String) - Constructor for class org.gradoop.flink.io.impl.edgelist.functions.CreateLabeledImportVertex
Constructor
CreateLongSourceIds<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
Join function to receive structural information of the graph.
CreateLongSourceIds() - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.CreateLongSourceIds
Creates an instance of this join function.
CreateLongTargetIds - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
Join function to receive structural information of the graph.
CreateLongTargetIds() - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.CreateLongTargetIds
Creates an instance of this join function.
CreateMappingFromMarkedDuplicates<E extends Element> - Class in org.gradoop.dataintegration.transformation.functions
Creates a mapping between IDs as pairs where the entries are IDs of two elements which are considered duplicates of eachother.
CreateMappingFromMarkedDuplicates() - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateMappingFromMarkedDuplicates
 
CreateNeighborList - Class in org.gradoop.dataintegration.transformation.functions
This CoGroup operation creates a list of neighbors for each vertex.
CreateNeighborList(Neighborhood.EdgeDirection) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateNeighborList
The constructor for the creation of neighbor lists.
CreateNewEdges - Class in org.gradoop.dataintegration.transformation.impl.functions
The FlatMapFunction creates edges between f0 (EPGMVertex) and all entries in f1 (Gradoop Ids of other vertices).
CreateNewEdges(EdgeFactory<EPGMEdge>, EdgeDirection, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.CreateNewEdges
Creates a new FlatMapFunction that creates edges between f0 (EPGMVertex) and all entries in f1 (Gradoop Ids of other vertices).
CreateNewVertex - Class in org.gradoop.dataintegration.transformation.impl.functions
Creates a new EPGMVertex containing the given attribute PropertyValue and its origin.
CreateNewVertex(VertexFactory<EPGMVertex>, String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.CreateNewVertex
The constructor for creating new vertices with their origin Ids.
CreateNewVertexWithEqualityCondense - Class in org.gradoop.dataintegration.transformation.impl.functions
A GroupReduceFunction that creates one new vertex and adds all origin Ids to a List for later use.
CreateNewVertexWithEqualityCondense(VertexFactory<EPGMVertex>, String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.CreateNewVertexWithEqualityCondense
The constructor for condensation of same property values to one newly created vertex.
createOrOpenEPGMStore(Configuration, GradoopHBaseConfig, String) - Static method in class org.gradoop.storage.hbase.impl.factory.HBaseEPGMStoreFactory
Creates a graph store or opens an existing one based on the given parameters.
createOrOpenEPGMStore(Configuration, GradoopHBaseConfig) - Static method in class org.gradoop.storage.hbase.impl.factory.HBaseEPGMStoreFactory
Creates a graph store or opens an existing one based on the given parameters.
createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
Creates a new record instance.
createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.EdgeRootConverter
 
createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.GraphHeadRootConverter
 
createRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.VertexRootConverter
 
createRecord() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalEdgeRootConverter
 
createRecord() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalGraphHeadRootConverter
 
createRecord() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalVertexRootConverter
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFInputFormat
Returns the actual file reader which handles the file split.
createTable(Admin, HTableDescriptor) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Creates table based on the given table descriptor.
createTable(Admin, HTableDescriptor) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
createTable(Admin, HTableDescriptor) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
 
createTable(Admin, HTableDescriptor) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
 
createTransaction(Subgraph, String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
Turns the subgraph into a Gradoop graph transaction.
CreateTuple2WithLong<O> - Class in org.gradoop.flink.model.impl.operators.difference.functions
Left join, return first field of left tuple 2.
CreateTuple2WithLong(Long) - Constructor for class org.gradoop.flink.model.impl.operators.difference.functions.CreateTuple2WithLong
Creates this mapper
createVertex() - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a new vertex based on the given parameters.
createVertex(String) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex(String, Properties) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex(String, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex(String, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Creates a new vertex based on the given parameters.
createVertex() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex(String, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
createVertex() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
createVertex(String) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
createVertex(String, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
createVertex(String, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
createVertex(String, Properties, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
createVertexDataSet(Collection<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
Creates a vertex dataset from a given collection.
CreateVertexFromEdges<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
A MapFunction that creates a new vertex based on the given edge.
CreateVertexFromEdges(String, VertexFactory<V>) - Constructor for class org.gradoop.dataintegration.transformation.functions.CreateVertexFromEdges
The constructor of the MapFunction.
createWithCapacity(int) - Static method in class org.gradoop.common.model.impl.properties.Properties
Creates a new property list with the given initial capacity.
cross(Boolean, Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.And
 
cross(DataSet<Boolean>, DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.And
Performs a pair-wise logical conjunction on the cross of both input data sets.
cross(T, T) - Method in class org.gradoop.flink.model.impl.functions.bool.Equals
 
cross(DataSet<T>, DataSet<T>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Equals
Checks for pair-wise equality between the elements of the given input sets.
cross(Boolean, Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.Or
 
cross(DataSet<Boolean>, DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Or
Performs a pair-wise logical disjunction on the cross of both input data sets.
cross(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftSide
 
cross(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.RightSide
 
cross(EPGMGraphHead, EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.CreateFusedVertex
 
cross(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
Alias for join() to fullfill the CrossFunction-Interface.
cross(Tuple1<Long>, V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.AddMaxDegreeCrossFunction
 
cross(V, G) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.AddPageRankScoresToVertexCrossFunction
 
cross(WithCount<GradoopId>, EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AddSumDegreesToGraphHeadCrossFunction
Writes the sum of vertex degrees as property to the graphHead
cross(Tuple1<Long>, Long) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDegreeCentrality
 
CSVBase - Class in org.gradoop.flink.io.impl.csv
Base class for CSV data source and data sink.
CSVBase(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVBase
Constructor.
CSVConstants - Class in org.gradoop.flink.io.impl.csv
Constants needed for CSV parsing.
CSVConstants() - Constructor for class org.gradoop.flink.io.impl.csv.CSVConstants
 
CSVDataSink - Class in org.gradoop.flink.io.impl.csv
A graph data sink for CSV files.
CSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVDataSink
Creates a new CSV data sink.
CSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVDataSink
Creates a new CSV data sink.
CSVDataSource - Class in org.gradoop.flink.io.impl.csv
A graph data source for CSV files.
CSVDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.CSVDataSource
Creates a new CSV data source.
CSVEdge - Class in org.gradoop.flink.io.impl.csv.tuples
Tuple representing an edge in a CSV file.
CSVEdge() - Constructor for class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
CSVElement - Interface in org.gradoop.flink.io.impl.csv.tuples
Representing a CSVElement in a CSV file.
CSVGraphHead - Class in org.gradoop.flink.io.impl.csv.tuples
Tuple representing an graph head in a CSV file.
CSVGraphHead() - Constructor for class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
CSVLineToEdge - Class in org.gradoop.flink.io.impl.csv.functions
Creates an EPGMEdge from a CSV string.
CSVLineToEdge(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToEdge
Constructor.
CSVLineToElement<E extends Element> - Class in org.gradoop.flink.io.impl.csv.functions
Base class for reading an Element from CSV.
CSVLineToElement() - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
Constructor
CSVLineToGraphHead - Class in org.gradoop.flink.io.impl.csv.functions
Creates a EPGMGraphHead from a CSV string.
CSVLineToGraphHead(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToGraphHead
Creates a CSVLineToGraphHead converter
CSVLineToTemporalEdge - Class in org.gradoop.temporal.io.impl.csv.functions
Creates an TemporalEdge from a CSV string.
CSVLineToTemporalEdge(EdgeFactory<TemporalEdge>) - Constructor for class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalEdge
Creates a CSVLineToTemporalEdge converter.
CSVLineToTemporalGraphHead - Class in org.gradoop.temporal.io.impl.csv.functions
Creates an TemporalGraphHead from a CSV string.
CSVLineToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>) - Constructor for class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalGraphHead
Creates a CSVLineToTemporalGraphHead converter.
CSVLineToTemporalVertex - Class in org.gradoop.temporal.io.impl.csv.functions
Creates an TemporalVertex from a CSV string.
CSVLineToTemporalVertex(VertexFactory<TemporalVertex>) - Constructor for class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalVertex
Creates a CSVLineToTemporalVertex converter.
CSVLineToVertex - Class in org.gradoop.flink.io.impl.csv.functions
Creates a EPGMVertex from a CSV string.
CSVLineToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.flink.io.impl.csv.functions.CSVLineToVertex
Constructor
CSVMetaData - Class in org.gradoop.flink.io.impl.csv.metadata
Class used for meta data read from CSV.
CSVMetaData(Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>) - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaData
Constructor
CSVMetaDataParser - Class in org.gradoop.flink.io.impl.csv.metadata
Responsible for creating a MetaData instance from its string representation.
CSVMetaDataParser() - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataParser
 
CSVMetaDataSink - Class in org.gradoop.flink.io.impl.csv.metadata
Implementaion of a MetaDataSink
CSVMetaDataSink() - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSink
 
CSVMetaDataSource - Class in org.gradoop.flink.io.impl.csv.metadata
Implementation of a meta data factory that reads from csv files.
CSVMetaDataSource() - Constructor for class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSource
 
CsvRowToProperties<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.dataintegration.importer.impl.csv.functions
Map the values of a token separated row of a file to the properties of a EPGM element.
CsvRowToProperties(List<String>, boolean) - Constructor for class org.gradoop.dataintegration.importer.impl.csv.functions.CsvRowToProperties
Create a new RowToVertexMapper
CSVVertex - Class in org.gradoop.flink.io.impl.csv.tuples
Tuple representing a vertex in a CSV file.
CSVVertex() - Constructor for class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
currentGraph - Variable in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
currentGraph - Variable in class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
The graph used in KRandomJumpGellyVCI#execute(LG).
CypherPatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher
Implementation of a query engine based on the Cypher graph query language.
CypherPatternMatching(String, boolean, MatchStrategy, MatchStrategy, GraphStatistics) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
Instantiates a new operator.
CypherPatternMatching(String, String, boolean, MatchStrategy, MatchStrategy, GraphStatistics) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
Instantiates a new operator.
CypherTemporalPatternMatching - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher
Implementation of a query engine based on the Cypher graph query language.
CypherTemporalPatternMatching(String, boolean, MatchStrategy, MatchStrategy, TemporalGraphStatistics, CNFPostProcessing) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
Instantiates a new operator.
CypherTemporalPatternMatching(String, String, boolean, MatchStrategy, MatchStrategy, TemporalGraphStatistics, CNFPostProcessing) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
Instantiates a new operator.

D

DataflowStep - Enum in org.gradoop.flink.algorithms.fsm.dimspan.config
Options to execute single operation at different positions of the dataflow.
DataSink - Interface in org.gradoop.flink.io.api
Data source in analytical programs.
DataSource - Interface in org.gradoop.flink.io.api
Data source in analytical programs.
Date() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.Date
 
DateStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type LocalDate.
DateStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
DateTimeSerializer - Class in org.gradoop.common.model.impl.properties
Serializer for Java 8 LocalDate, LocalTime, LocalDateTime.
DateTimeSerializer() - Constructor for class org.gradoop.common.model.impl.properties.DateTimeSerializer
 
DateTimeStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type LocalDateTime.
DateTimeStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
DB_GRAPH_ID - Static variable in class org.gradoop.common.util.GradoopConstants
Static identifier for the database graph.
DB_GRAPH_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label of an database graph.
decode(String) - Static method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
Deserialize reducer from base64 encoded string this action will be execute by tserver
deepCopy() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
Deep copy method.
deepCopy(IteratorEnvironment) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
DEFAULT_CACHE_SIZE - Static variable in interface org.gradoop.storage.common.api.EPGMGraphOutput
Default cache size, if client cache size is not provided
DEFAULT_DIRECTORY - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Directory to store empty labels with indexed CSV.
DEFAULT_EDGE_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label for unlabeled edges.
DEFAULT_EDGE_LABEL_GROUP - Static variable in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Used to verify if a grouping key is used for all edges.
DEFAULT_FIELD_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
The default field delimiter if no is set.
DEFAULT_GRAPH_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label for unlabeled graphs.
DEFAULT_GROUP_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
A label used to identify the default groups.
DEFAULT_K - Static variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Default value for parameter k.
DEFAULT_LINE_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
The default line delimiter if no one is set.
DEFAULT_NUM_BINS - Static variable in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Default Number of bins used for temporal estimations
DEFAULT_NUM_OF_BINS - Static variable in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
Default number of bins
DEFAULT_SAMPLE_SIZE - Static variable in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Default value for reservoir sample size
DEFAULT_TABLE_EDGES - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Default HBase table name for edges.
DEFAULT_TABLE_GRAPHS - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Default HBase table name for graph heads.
DEFAULT_TABLE_VERTICES - Static variable in class org.gradoop.storage.hbase.impl.constants.HBaseConstants
Default HBase table name for vertices.
DEFAULT_TIME_FROM - Static variable in class org.gradoop.temporal.model.impl.pojo.TemporalElement
The default value for unset times (validFrom and txFrom).
DEFAULT_TIME_TO - Static variable in class org.gradoop.temporal.model.impl.pojo.TemporalElement
The default value for unset times (validTo and txTo).
DEFAULT_UNIT - Static variable in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractDurationAggregateFunction
The default temporal unit.
DEFAULT_VERTEX_LABEL - Static variable in class org.gradoop.common.util.GradoopConstants
Default label for unlabeled vertices.
DEFAULT_VERTEX_LABEL_GROUP - Static variable in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Used to verify if a grouping key is used for all vertices.
DefaultVertexCompareFunction - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Compares two vertices based on their position and the forces acting on them
DefaultVertexCompareFunction(double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.DefaultVertexCompareFunction
Construct new compare-function
DEGREE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
DegreeCentrality - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the degree centrality of a graph using the function: (Sum(d(max) - d(i)) / (v_count -2) * (v_count-1)
DegreeCentrality() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DegreeCentrality
 
DegreeCentralityBase - Class in org.gradoop.flink.model.impl.operators.statistics
Base class with constants for DegreeCentrality
DegreeCentralityBase() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DegreeCentralityBase
 
DegreeDistanceFunction - Class in org.gradoop.flink.model.impl.operators.statistics.functions
A mapping function that converts the vertex degree to the distance of max degree and vertex degree.
DegreeDistanceFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.DegreeDistanceFunction
Creates an instance of DegreeDistanceFunction
deletedIn(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate DELETED IN (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
DeletedIn - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the DeletedIn temporal predicate.
DeletedIn(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.DeletedIn
Creates a DeletedIn instance with the given time stamps.
DeletedIn(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.DeletedIn
Creates a DeletedIn instance with the given time-interval.
deleteEPGMStore(Configuration) - Static method in class org.gradoop.storage.hbase.impl.factory.HBaseEPGMStoreFactory
Deletes the default graph store.
deleteEPGMStore(Configuration, String) - Static method in class org.gradoop.storage.hbase.impl.factory.HBaseEPGMStoreFactory
Deletes the graph store which table names have the specified prefix.
Deletion - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
Represents a delete information sent by a vertex to another vertex.
Deletion() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
DepthSearchMatching - Class in org.gradoop.flink.model.impl.operators.matching.transactional.algorithm
This is an implementation of a very straight-forward depth-first pattern matching algorithm.
DepthSearchMatching() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.DepthSearchMatching
Constructor
deserializeDate(byte[]) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Deserializes a LocalDate value.
deserializeDateTime(byte[]) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Deserializes a LocalDateTime value.
deserializeTime(byte[]) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Deserializes a LocalTime value.
DFSBranchComparator - Interface in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Compare initial extensions of DFS codes.
DFSCodeComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Comparator for DFS codes based on gSpan lexicographical order.
DFSCodeComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.DFSCodeComparator
 
DFSCodeToEPGMGraphTransaction - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion
int-array encoded graph => Gradoop Graph Transaction
DFSCodeToEPGMGraphTransaction(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.DFSCodeToEPGMGraphTransaction
Constructor.
DFSCodeUtils - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
Util methods to interpret and manipulate int-array encoded patterns represented by DFS codes.
DFSCodeUtils() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.DFSCodeUtils
 
DFSTraverser - Class in org.gradoop.flink.model.impl.operators.matching.common.query
Implementation of a Traverser, using a depth-first search.
DFSTraverser() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
 
Dictionary - Class in org.gradoop.flink.io.impl.tlf.functions
Converts a dataset of tuples of integer and string into a dataset which contains only one map from integer to string.
Dictionary() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.Dictionary
 
DictionaryEntry - Class in org.gradoop.flink.io.impl.tlf.functions
After the TLF dictionary file has been read with a normal text input format its result text splitting it into Tuple2<Integer, String>.
DictionaryEntry() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.DictionaryEntry
Empty constructor which initializes the return tuple.
DictionaryType - Enum in org.gradoop.flink.algorithms.fsm.dimspan.config
Dictionary coding options.
diff(TemporalPredicate, TemporalPredicate) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Compares two snapshots of this graph.
diff(TemporalPredicate, TemporalPredicate, TimeDimension) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Compares two snapshots of this graph.
Diff - Class in org.gradoop.temporal.model.impl.operators.diff
Calculates the difference between two snapshots of a graph by comparing the temporal attributes of the graph elements.
Diff(TemporalPredicate, TemporalPredicate) - Constructor for class org.gradoop.temporal.model.impl.operators.diff.Diff
Create an instance of the TPGM diff operator, setting the two predicates used to determine the snapshots.
Diff(TemporalPredicate, TemporalPredicate, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.diff.Diff
Create an instance of the TPGM diff operator, setting the two predicates used to determine the snapshots.
difference(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a collection with all base graphs that are contained in that collection but not in the other.
Difference<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.difference
Returns a collection with all base graphs that are contained in the first input collection but not in the second.
Difference() - Constructor for class org.gradoop.flink.model.impl.operators.difference.Difference
 
DifferenceBroadcast<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.difference
Returns a collection with all base graphs that are contained in the first input collection but not in the second.
DifferenceBroadcast() - Constructor for class org.gradoop.flink.model.impl.operators.difference.DifferenceBroadcast
 
DifferenceExample - Class in org.gradoop.examples.difference
A self contained example on how to use the difference operator of Gradoop's TPGM model designed to analyse temporal graphs.
DifferenceExample() - Constructor for class org.gradoop.examples.difference.DifferenceExample
 
differenceWithSmallResult(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a collection with all base graphs that are contained in that collection but not in the other.
DiffPerElement<E extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.diff.functions
Evaluates two temporal predicates per element of a data set and sets the accordingly.
DiffPerElement(TemporalPredicate, TemporalPredicate, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.diff.functions.DiffPerElement
Create an instance of this function, setting the two temporal predicates used to determine the snapshots.
dimension - Variable in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractDurationAggregateFunction
Selects which time dimension is considered by this aggregate function.
DIMSpan - Class in org.gradoop.flink.algorithms.fsm.dimspan
Abstract superclass of different implementations of the gSpan frequent subgraph mining algorithm as Gradoop operator
DIMSpan(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
Constructor.
DIMSpanConfig - Class in org.gradoop.flink.algorithms.fsm.dimspan.config
Frequent subgraph mining configuration.
DIMSpanConfig(float, boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
valued constructor
DIMSpanConstants - Class in org.gradoop.flink.algorithms.fsm.dimspan.config
Collection of broadcast dataset names used for frequent subgraph mining.
DIMSpanConstants() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
 
DIMSpanData - Class in org.gradoop.examples.frequentpattern.data
Provides example data for the DIMSpanExample
DIMSpanExample - Class in org.gradoop.examples.frequentpattern
A self contained example on how to use the transactional fsm operator.
DIMSpanExample() - Constructor for class org.gradoop.examples.frequentpattern.DIMSpanExample
 
DirectedDFSBranchComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Compare initial extensions of DFS codes in directed mode.
DirectedDFSBranchComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.DirectedDFSBranchComparator
 
DirectedGSpanLogic - Class in org.gradoop.flink.algorithms.fsm.dimspan.gspan
Provides methods for logic related to the gSpan algorithm in directed mode.
DirectedGSpanLogic(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
Constructor.
DIRECTION - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Offset of 1-edge DFS code's direction indicator.
direction - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
expand direction
DIRECTORY_SEPARATOR - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
System constant file separator.
distance(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Calculate the euclidean distance between this vector and another vector
distinctById() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a distinct collection of base graphs.
DistinctById<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.distinction
Returns a distinct collection of base graphs.
DistinctById() - Constructor for class org.gradoop.flink.model.impl.operators.distinction.DistinctById
 
distinctByIsomorphism() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Groups a graph collection by isomorphism.
DistinctByIsomorphism<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.distinction
Returns a distinct collection of base graphs.
DistinctByIsomorphism() - Constructor for class org.gradoop.flink.model.impl.operators.distinction.DistinctByIsomorphism
Default constructor.
distinctEdgeColumns - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Holds indices of input edge columns that should be distinct
DistinctEdgeProperties - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct edge property values for properties
DistinctEdgeProperties() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctEdgeProperties
 
DistinctEdgePropertiesByLabel - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct edge property values for label - property name pairs
DistinctEdgePropertiesByLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctEdgePropertiesByLabel
 
DistinctEdgePropertiesByLabelPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes DistinctEdgePropertiesByLabel for a given logical graph.
DistinctEdgePropertiesByLabelPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctEdgePropertiesByLabelPreparer
 
DistinctProperties<T extends EPGMGraphElement,K> - Class in org.gradoop.flink.model.impl.operators.statistics
Base class for Statistic operators calculating the number of distinct property values grouped by a given key K
DistinctProperties() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctProperties
 
DistinctSourceIds - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct source vertex ids.
DistinctSourceIds() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctSourceIds
 
DistinctSourceIdsByEdgeLabel - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct source ids per edge label.
DistinctSourceIdsByEdgeLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctSourceIdsByEdgeLabel
 
DistinctSourceVertexCountPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes DistinctSourceIds for a given logical graph.
DistinctSourceVertexCountPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctSourceVertexCountPreparer
 
DistinctTargetIds - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct target vertex ids.
DistinctTargetIds() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctTargetIds
 
DistinctTargetIdsByEdgeLabel - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct source ids per edge label.
DistinctTargetIdsByEdgeLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctTargetIdsByEdgeLabel
 
DistinctTargetVertexCountPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes DistinctTargetIds for a given logical graph.
DistinctTargetVertexCountPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctTargetVertexCountPreparer
 
distinctVertexColumns - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Holds indices of input vertex columns that should be distinct
DistinctVertexDegrees<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.vertexdegrees
A gradoop operator wrapping VertexDegrees.
DistinctVertexDegrees(String, String, String) - Constructor for class org.gradoop.flink.algorithms.gelly.vertexdegrees.DistinctVertexDegrees
Constructor for vertex degree with in- and out-degree and total of degrees of a graph.
DistinctVertexDegrees(String, String, String, boolean) - Constructor for class org.gradoop.flink.algorithms.gelly.vertexdegrees.DistinctVertexDegrees
Constructor for vertex degree with fixed set of whether to output vertices with an in-degree of zero.
DistinctVertexDegreesToAttribute<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.vertexdegrees.functions
Stores the in-degree, out-degree and the sum of both as a property in vertex
DistinctVertexDegreesToAttribute(String, String, String) - Constructor for class org.gradoop.flink.algorithms.gelly.vertexdegrees.functions.DistinctVertexDegreesToAttribute
Stores the in, out and sum of in and out degrees of a vertex.
DistinctVertexProperties - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct property values for vertex label - property name pairs
DistinctVertexProperties() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctVertexProperties
 
DistinctVertexPropertiesByLabel - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of distinct vertex property values for label - property name pairs
DistinctVertexPropertiesByLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.DistinctVertexPropertiesByLabel
 
DistinctVertexPropertiesByLabelPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes DistinctVertexPropertiesByLabel for a given logical graph.
DistinctVertexPropertiesByLabelPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctVertexPropertiesByLabelPreparer
 
DistributedTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
A distributed traverser extracts embeddings from a given graph.
div(long) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Defines how a point is divided by a value.
div(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Divide this vector by a factor and return the result
DivideBy - Class in org.gradoop.dataintegration.transformation.impl.functions
A sample property transformation function which can be used for the property transformation operator.
DivideBy(long) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.DivideBy
Creates a new instance of DivideBy which can be used for property transformation.
doAttachData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Determines if the original vertex and edge data shall be attached to the vertices/edges in the resulting subgraphs.
doAttachData() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Determines if the original vertex and edge data shall be attached to the vertices/edges in the resulting subgraphs.
DOTDataSink - Class in org.gradoop.flink.io.impl.dot
Writes an EPGM representation into one DOT file.
DOTDataSink(String, boolean) - Constructor for class org.gradoop.flink.io.impl.dot.DOTDataSink
Creates a new data sink.
DOTDataSink(String, boolean, DOTDataSink.DotFormat) - Constructor for class org.gradoop.flink.io.impl.dot.DOTDataSink
Creates a new data sink that uses the specified dot format for output.
DOTDataSink.DotFormat - Enum in org.gradoop.flink.io.impl.dot
Enumeration of supported dot formats.
DotFileFormatHtml - Class in org.gradoop.flink.io.impl.dot.functions
Converts a GraphTransaction to the following .dot format:
DotFileFormatHtml(boolean, String) - Constructor for class org.gradoop.flink.io.impl.dot.functions.DotFileFormatHtml
Constructor
DotFileFormatSimple - Class in org.gradoop.flink.io.impl.dot.functions
Converts a GraphTransaction to the following .dot format:
DotFileFormatSimple(boolean) - Constructor for class org.gradoop.flink.io.impl.dot.functions.DotFileFormatSimple
Constructor
DoubleStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Double.
DoubleStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
DropPropertiesAndGraphContainment - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
drops properties and graph containment of vertices and edges.
DropPropertiesAndGraphContainment() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.DropPropertiesAndGraphContainment
 
dropTables() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
Drop all tables used by this store instance.
dropTables() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
First disable, then drop all three tables.
DualSimulation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual
Vertex-centric Dual-Simulation.
DualSimulation(String, boolean, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.DualSimulation
Creates a new operator instance.
DummyTemporalGraphStatistics - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy
A dummy graph statistics where every relevant value is set to 1.
DummyTemporalGraphStatistics() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
DummyTemporalGraphStatisticsFactory - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy
DummyTemporalGraphStatisticsFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatisticsFactory
 
dumps(Object) - Static method in class org.gradoop.storage.accumulo.utils.KryoUtils
write object to byte array
Duplicate<T> - Class in org.gradoop.flink.model.impl.functions.utils
Duplicates a data set element k times.
Duplicate(int) - Constructor for class org.gradoop.flink.model.impl.functions.utils.Duplicate
Constructor.
duration(TimeDimension, TemporalUnit) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
Group by duration of a time interval.
DurationComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Wraps a Duration
DurationComparable(Duration) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
Creates a new wrapper
DurationComparable(Duration, TimeLiteral) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
Creates a new wrapper
DurationKeyFunction<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
A key function extracting the duration of a temporal attribute.
DurationKeyFunction(TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
Create a new instance of this grouping key function.
dynamicEdgeSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
If true, use SIZE-Property to dynamically choose vertex-size.
dynamicEdgeSize(boolean) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value dynamicEdgeSize
dynamicVertexSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
If true, use SIZE-Property to dynamically choose vertex-size.
dynamicVertexSize(boolean) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value dynamicVertexSize

E

Edge - Interface in org.gradoop.common.model.api.entities
Describes data assigned to an edge.
EDGE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
gradoop edge table name
EDGE_DICTIONARY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Edge label Dictionary
EDGE_DICTIONARY - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
String used to identify the edge dictionary on broadcast.
EDGE_IN - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
graph vertex edge in
EDGE_LABEL - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Offset of 1-edge DFS code's edge label.
EDGE_LENGTH - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Number of indexes used to represent a single edge.
EDGE_MAPPING - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Broadcast set name for edge mapping
EDGE_OUT - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
graph vertex edge out
EDGE_SYMBOL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
Symbol identifying a line to represent an edge.
EDGE_TUPLE_RESERVED - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
The number of reserved fields in the tuple-representation of an edge.
EDGE_TUPLE_SOURCEID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
The index of the source ID in the tuple-representation of an edge.
EDGE_TUPLE_TARGETID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
The index of the target ID in the tuple-representation of an edge.
EDGE_TYPE - Static variable in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Used to tag an edge entity.
EdgeAggregateFunction - Interface in org.gradoop.flink.model.api.functions
Describes an edge aggregate function as input for the Aggregation operator.
edgeAggregateFunctions - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Stores aggregation functions for edges.
edgeColor - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Color of edges
edgeColor(Color) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value edgeColor
EdgeCount - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.count
Aggregate function returning the edge count of a graph / graph collection.
EdgeCount() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.EdgeCount
Creates a new instance of a EdgeCount aggregate function.
EdgeCount(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.EdgeCount
Creates a new instance of a EdgeCount aggregate function.
EdgeCount - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of edges in the given graph.
EdgeCount() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.EdgeCount
 
EdgeCountPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes EdgeCount for a given logical graph.
EdgeCountPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.EdgeCountPreparer
 
EdgeDirection - Enum in org.gradoop.dataintegration.transformation.impl.config
This ENUM represents possible edge directions for newly created edges.
EdgeFactory<E extends Edge> - Interface in org.gradoop.common.model.api.entities
Initializes Edge objects of a given type.
edgeFactory - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
edge Factory
edgeFilterFunction - Variable in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
Used to filter edges from the graph.
EdgeFromIds<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Initializes an Edge from a given GradoopId triple.
EdgeFromIds(EdgeFactory<E>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.EdgeFromIds
Constructor.
edgeGroupingKeys - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Stores grouping keys for edges.
EdgeGroupItem - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
Edge representation used for grouping edges to super edges.
EdgeGroupItem() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
EdgeHandler - Interface in org.gradoop.storage.hbase.impl.api
Responsible for reading and writing edge data from and to HBase.
EdgeHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Filters edge triples if their candidates contain a given candidate.
EdgeHasCandidate(TraversalCode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.EdgeHasCandidate
Constructor
edgeInducedSubgraph(FilterFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Returns the subgraph that is induced by the edges which fulfill the given filter function.
EdgeInputFormat - Class in org.gradoop.storage.accumulo.impl.io.inputformats
gradoop edge input format
EdgeInputFormat(Properties, AccumuloQueryHolder<EPGMEdge>) - Constructor for class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
edge input format constructor
EdgeLabelDecoder - Class in org.gradoop.flink.io.impl.tlf.functions
Maps the the edge dictionary to a given graph transaction.
EdgeLabelDecoder() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelDecoder
 
EdgeLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Convenience operator to compute the distribution of edge label.
EdgeLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.EdgeLabelDistribution
 
EdgeLabelList - Class in org.gradoop.flink.io.impl.tlf.functions
Collects all edge labels.
EdgeLabelList() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelList
 
EdgeLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
transaction -> (edgeLabel,1L),..
EdgeLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.EdgeLabels
 
EdgeListDataSource - Class in org.gradoop.flink.io.impl.edgelist
Data source to create a LogicalGraph from an edge list.
EdgeListDataSource(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.edgelist.EdgeListDataSource
Creates a new data source.
edgeMap - Variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Mapping gradoopId -> propertyValue The value is used to represent the edge with the corresponding id.
edgeMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
Mapping between a graph labels and their associated property meta data.
EdgeNeighborhood<LG extends BaseGraph> - Class in org.gradoop.flink.model.impl.operators.neighborhood
Super class for all edge neighborhood operators.
EdgeNeighborhood(EdgeAggregateFunction, Neighborhood.EdgeDirection) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.EdgeNeighborhood
Valued constructor.
EdgeRollUp - Class in org.gradoop.flink.model.impl.operators.rollup
Applies the groupBy-operator multiple times on a logical graph using different combinations of the given edge grouping keys according to the definition of the rollUp operation in SQL.
EdgeRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.rollup.EdgeRollUp
Creates a edgeRollUp operator instance with GroupingStrategy.GROUP_REDUCE as grouping strategy.
EdgeRootConverter - Class in org.gradoop.flink.io.impl.parquet.plain.read
Root parquet group converter for EPGM edges.
EdgeRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.read.EdgeRootConverter
Creates a new root converter for EPGM edges.
EdgesFromLocalTransitiveClosure<V extends Vertex,E extends Edge> - Class in org.gradoop.dataintegration.transformation.functions
This function supports the calculation of the transitive closure in the direct neighborhood of a vertex.
EdgesFromLocalTransitiveClosure(String, EdgeFactory<E>) - Constructor for class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
The constructor of the CoGroup function to created new edges based on transitivity.
edgeSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Size (width) of egde-lines (px)
edgeSize(float) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value edgeSize
EdgeSourceUpdateJoin<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Joins edges with a Tuple2 that contains the id of the original edge source in its first field and the id of the new edge source vertex in its second.
EdgeSourceUpdateJoin() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.EdgeSourceUpdateJoin
 
EdgeSourceVertexJoin<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Joins to get the edge source:
(edge),(vertex) -> (edge,edge.targetId,(bool)vertex[propertyKey])
EdgeSourceVertexJoin(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeSourceVertexJoin
Creates an instance of this join function
EdgeStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
Represents an edge that is joined with an EmbeddingWithTiePoint to extend it at the tie point.
EdgeStep() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
EdgeString - Class in org.gradoop.flink.model.impl.operators.tostring.tuples
(graphId, sourceId, targetId, sourceLabel, edgeLabel, targetLabel)
EdgeString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
default constructor
EdgeString(GradoopId, GradoopId, GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
constructor with field values
EdgesWithSampledVerticesFilter<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Filters the edges with sampled vertices.
EdgesWithSampledVerticesFilter(Neighborhood) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgesWithSampledVerticesFilter
Constructor
EdgeTableInputFormat - Class in org.gradoop.storage.hbase.impl.io.inputformats
Reads edge data from HBase.
EdgeTableInputFormat(EdgeHandler, String) - Constructor for class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
Creates an edge table input format.
EdgeTargetUpdateJoin<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Joins edges with a Tuple2 that contains the id of the original edge target in its first field and the id of the new edge target vertex in its second.
EdgeTargetUpdateJoin() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.EdgeTargetUpdateJoin
 
EdgeTargetVertexJoin<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Joins to get the edge target:
(edge,edge.targetId,bool-source),(target) -> (edge,bool-source,(bool)target[propertyKey])
EdgeTargetVertexJoin(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeTargetVertexJoin
Creates an instance of this join function
EdgeToCSVEdge - Class in org.gradoop.flink.io.impl.csv.functions
Converts an EPGMEdge into a CSV representation.
EdgeToCSVEdge() - Constructor for class org.gradoop.flink.io.impl.csv.functions.EdgeToCSVEdge
 
EdgeToDataString<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
represents an edge by a data string (label and properties)
EdgeToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.EdgeToDataString
 
EdgeToGellyEdge<E extends Edge,EV> - Interface in org.gradoop.flink.algorithms.gelly.functions
Convert a Gradoop Edge to a Gelly Edge.
EdgeToGellyEdgeWithDouble<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.functions
Maps Gradoop edge to a Gelly edge consisting of Gradoop source and target identifier and Double as edge value.
EdgeToGellyEdgeWithDouble(String) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithDouble
Constructor.
EdgeToGellyEdgeWithNullValue<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.functions
Maps Gradoop edge to a Gelly edge consisting of Gradoop source and target identifier and NullValue as edge value.
EdgeToGellyEdgeWithNullValue() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithNullValue
Constructor.
EdgeToGellyEdgeWithPropertyValue<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.functions
Maps Gradoop edge to a Gelly edge consisting of Gradoop source and target identifier and PropertyValue as edge value.
EdgeToGellyEdgeWithPropertyValue(String) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithPropertyValue
Constructor.
EdgeToIdString<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
A FlatMap to convert an edge to an id string.
EdgeToIdString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.EdgeToIdString
 
EdgeToProtobufObject - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Creates a protobuf EPGMProto.Edge.Builder from an EPGMEdge.
EdgeToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.EdgeToProtobufObject
 
EdgeToSourceAndTargetId<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.subgraph.functions
Flat map function mapping edges to sourceIds and targetIds
EdgeToSourceAndTargetId() - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.functions.EdgeToSourceAndTargetId
 
EdgeToSourceAndTargetIdWithGraphIds<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.subgraph.functions
Flat map function mapping edges to tuples of (sourceId, graphIds) and (targetId, graphIds).
EdgeToSourceAndTargetIdWithGraphIds() - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.functions.EdgeToSourceAndTargetIdWithGraphIds
 
EdgeToString<E extends Edge> - Interface in org.gradoop.flink.model.impl.operators.tostring.api
string representation of an edge
EdgeToTemporalEdge<E extends Edge> - Class in org.gradoop.temporal.model.impl.functions.tpgm
Initializes a TemporalEdge from a Edge instance by setting either default temporal information or, if a timeIntervalExtractor is given, by the extracted time information.
EdgeToTemporalEdge(EdgeFactory<TemporalEdge>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.EdgeToTemporalEdge
Creates an instance of the TemporalEdgeFromNonTemporal map function.
EdgeToTemporalEdge(EdgeFactory<TemporalEdge>, TimeIntervalExtractor<E>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.EdgeToTemporalEdge
Creates an instance of the TemporalEdgeFromNonTemporal map function.
EdgeToTriple<E extends EPGMEdge> - Class in org.gradoop.flink.model.impl.operators.split.functions
Transform an edge into a Tuple3.
EdgeToTriple() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.EdgeToTriple
 
EdgeToVertex - Class in org.gradoop.dataintegration.transformation
For edges of a specific label this graph transformation creates a new vertex containing the properties of the edge and two new edges respecting the direction of the original edge.
EdgeToVertex(String, String, String, String) - Constructor for class org.gradoop.dataintegration.transformation.EdgeToVertex
The constructor for the structural transformation.
edgeTransFunc - Variable in class org.gradoop.flink.model.impl.operators.transformation.Transformation
Modification function for edges
EdgeTriple - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Extracts all edges contained ina a FatVertex.
EdgeTriple() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.EdgeTriple
Constructor
EdgeValueDistribution<T> - Class in org.gradoop.flink.model.impl.operators.statistics
Extracts an arbitrary value (e.g.
EdgeValueDistribution(MapFunction<EPGMEdge, T>) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.EdgeValueDistribution
Constructor
EdgeWithGellyEdgeIdJoin<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Joins an Gradoop edge with a GradoopId of an visited edge from the VCI run.
EdgeWithGellyEdgeIdJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.EdgeWithGellyEdgeIdJoin
Creates an instance of EdgeWithGellyEdgeIdJoin with a given key for the boolean property value.
EdgeWithSourceTarget - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Maps an EPGMEdge to EPGMEdge with its source and targets
EdgeWithSourceTarget() - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeWithSourceTarget
Constructor
EdgeWithTiePoint - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples
Represents an Edge with an extracted tie point
EdgeWithTiePoint() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Creates an empty Object
EdgeWithTiePoint(Embedding) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Creates a new Edge with extracted tie point from the given edge
EdgeWriteSupport - Class in org.gradoop.flink.io.impl.parquet.plain.write
Parquet write support for EPGM edges.
EdgeWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.write.EdgeWriteSupport
 
Element - Interface in org.gradoop.common.model.api.entities
Base interface for all elements.
ElementFactory<EL extends Element> - Interface in org.gradoop.common.model.api.entities
Base interface for all element factories.
ElementFactoryProvider<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.common.model.api.entities
Interface that provides getters for the element factories.
ElementFilter<FilterImpl extends ElementFilter> - Interface in org.gradoop.storage.common.predicate.filter.api
Element Filter Formula A element filter predicate will be - created by client, - transform to query options and send to region servers - decode query options by region servers,
ElementGraphUpdater<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.operators.cloning.functions
Replaces the graph set of each element by a new one, containing only the first element of a broadcast GradoopId DataSet.
ElementGraphUpdater() - Constructor for class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
 
ElementHandler - Interface in org.gradoop.storage.hbase.impl.api
Handles writing and reading label and properties of an EPGM entity, i.e., vertex, edge and graph data.
ElementHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Filters elements if their candidates contain a given candidate.
ElementHasCandidate(int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementHasCandidate
Constructor
ElementIdComparator - Class in org.gradoop.flink.model.impl.comparators
Id based element comparator.
ElementIdComparator() - Constructor for class org.gradoop.flink.model.impl.comparators.ElementIdComparator
 
ElementIdUpdater<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Updates the id of an element in a Tuple2 by the GradoopId in the second field.
ElementIdUpdater() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ElementIdUpdater
 
ElementLabelEncoder - Class in org.gradoop.flink.io.impl.tlf.functions
Map function which sets the simple label from either the vertex labels or the edge labels or both.
ElementLabelEncoder(boolean, boolean) - Constructor for class org.gradoop.flink.io.impl.tlf.functions.ElementLabelEncoder
Creates a new map function which sets the simple label from either the vertex labels or the edge labels or both.
ElementMatcher - Class in org.gradoop.flink.model.impl.operators.matching.common.matching
Contains methods to match query and data graph elements.
ElementMatcher() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.matching.ElementMatcher
 
ElementOutputFormat<E extends EPGMElement> - Class in org.gradoop.storage.accumulo.impl.io.outputformats
Common OutputFormat for gradoop accumulo store
ElementOutputFormat(Class<E>, GradoopAccumuloConfig) - Constructor for class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
Create a new output format for gradoop element
ElementQuery<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.query
Element Query Formula
ElementQuery.Builder - Class in org.gradoop.storage.common.predicate.query
[Builder] - (set range) -> BuilderWithRange -(set filter) -> ElementQuery
ElementQuery.BuilderWithRange - Class in org.gradoop.storage.common.predicate.query
Builder - (set range) -> [BuilderWithRange] -(set filter) -> ElementQuery
elements() - Static method in class org.gradoop.storage.common.predicate.query.Query
query element implement
ElementSelectorComparable - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables
Wraps an ElementSelector
ElementSelectorComparable(ElementSelector) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
Creates a new Wrapper
ElementsFromEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Extracts EPGMElement instances from an Embedding.
ElementsFromEmbedding(TraversalCode, GraphHeadFactory<? extends GraphHead>, VertexFactory<? extends Vertex>, EdgeFactory<? extends Edge>, QueryHandler) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementsFromEmbedding
Constructor
ElementsFromEmbedding<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.functions
Extracts elements from an Embedding.
ElementsFromEmbedding(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbedding
Constructor.
ElementsFromEmbedding(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>, Map<String, String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbedding
Constructor.
ElementsFromEmbeddingTPGM<G extends TemporalGraphHead,V extends TemporalVertex,E extends TemporalEdge> - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions
Extracts elements from an Embedding.
ElementsFromEmbeddingTPGM(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbeddingTPGM
Constructor.
ElementsFromEmbeddingTPGM(GraphHeadFactory<G>, VertexFactory<V>, EdgeFactory<E>, EmbeddingMetaData, Map<String, Pair<String, String>>, Map<String, String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbeddingTPGM
Constructor.
ElementsOfSelectedGraphs<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
graphIds (BC) element => (graphId, element),.. \forall (graphId, element) : graphId \in graphIds
ElementsOfSelectedGraphs() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
constructor
ElementsToStats<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions
Reduces a set of TemporalElement to a TemporalElementStats about this set.
ElementsToStats(Set<String>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions.ElementsToStats
Creates a new ElementsToStats function considering only specified properties
ElementsToStats() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions.ElementsToStats
Creates a new ElementsToStats function considering all properties
ElementToCSV<E extends EPGMElement,T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.io.impl.csv.functions
Base class to convert an EPGM element into a CSV representation.
ElementToCSV() - Constructor for class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
 
ElementToDataString<EL extends Element> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
superclass of data-bases string representations of EPGM elements, i.e., such including label and properties
ElementToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.ElementToDataString
 
ElementToGellyEdge<I,K,EV> - Interface in org.gradoop.flink.algorithms.gelly.functions
Convert input to a Gelly Edge with K key and EV value.
ElementToGellyVertex<I,K,VV> - Interface in org.gradoop.flink.algorithms.gelly.functions
Convert input to a Gelly Vertex with K key and VV value.
ElementToPropertyMetaData<E extends Element> - Class in org.gradoop.flink.io.api.metadata.functions
(element) -> (elementType, elementLabel, {key_1:type_1,key_2:type_2,...,key_n:type_n})
ElementToPropertyMetaData() - Constructor for class org.gradoop.flink.io.api.metadata.functions.ElementToPropertyMetaData
Constructor
ElementToProtobufObject<E extends Element,B extends com.google.protobuf.Message.Builder> - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Base class for converting an Element into a protobuf object.
ElementToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
Constructor.
Embedding - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
Represent a subgraph embedding.
Embedding(Map<Integer, String>, Map<Integer, FSMEdge>) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
Constructor.
Embedding<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
Represents an embedding of a query pattern in the search graph.
Embedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
 
Embedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
This class represents an Embedding, an ordered List of Embedding Entries.
Embedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Creates am empty Embedding
Embedding(byte[], byte[], byte[]) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Creates an Embedding with the given data
EmbeddingFactory - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
Utility class to convert an element (Vertex and Edge into an Embedding.
EmbeddingFactory() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingFactory
 
EmbeddingMetaData - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
This class stores meta data information about a data set of Embedding objects.
EmbeddingMetaData() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Initialises an empty EmbeddingMetaData object
EmbeddingMetaData(Map<Pair<String, EmbeddingMetaData.EntryType>, Integer>, Map<Pair<String, String>, Integer>, Map<String, ExpandDirection>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Initializes a new EmbeddingMetaData object from the given mappings
EmbeddingMetaData(EmbeddingMetaData) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Initializes a new EmbeddingMetaData object using copies of the provided meta data.
EmbeddingMetaData.EntryType - Enum in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
Describes the type of an embedding entry
EmbeddingTPGMFactory - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos
Utility class to convert an element (TemporalVertex and TemporalEdge into an Embedding.
EmbeddingTPGMFactory() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos.EmbeddingTPGMFactory
 
EmbeddingWithTiePoint<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
Represents an embedding and a weld point to grow the embedding.
EmbeddingWithTiePoint() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
 
EMPTY_LABEL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
Constant string which is added to those edges or vertices which do not have an entry in the dictionary while others have one.
EmptyClosableIterator<E> - Class in org.gradoop.storage.common.iterator
Empty closable iterator
EmptyClosableIterator() - Constructor for class org.gradoop.storage.common.iterator.EmptyClosableIterator
 
emptyCollection(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
 
emptyCollection(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Return an empty result
enablePreSplitRegions(int) - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Enable/Disable the usage of pre-splitting regions at the moment of table creation.
encode() - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
Serialize reducer as base64 encoded string this action will be execute by client
EncodeAndPruneEdges - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
Encodes edge labels to integers.
EncodeAndPruneEdges(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneEdges
Constructor
EncodeAndPruneVertices - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
Drops vertices with infrequent labels and their incident edges.
EncodeAndPruneVertices() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneVertices
 
end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
 
end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
 
end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
 
end() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
 
END_TAG - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
End tag of a tlf graph, which is not only the end tag but also the start tag of the next graph.
EPGMConfigProvider<C extends GradoopStoreConfig> - Interface in org.gradoop.storage.common.api
Definition of gradoop EPGM store configuration holder
EPGMEdge - Class in org.gradoop.common.model.impl.pojo
POJO Implementation of an EPGM edge.
EPGMEdge() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdge
Default constructor is necessary to apply to POJO rules.
EPGMEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdge
Creates an edge instance based on the given parameters.
EPGMEdgeFactory - Class in org.gradoop.common.model.impl.pojo
Factory for creating EPGM edge POJOs.
EPGMEdgeFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
EPGMElement - Class in org.gradoop.common.model.impl.pojo
Abstract base class for EPGM elements.
EPGMElement() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMElement
Default constructor.
EPGMElement(GradoopId, String, Properties) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMElement
Creates an object from the given parameters.
EPGMGraphElement - Class in org.gradoop.common.model.impl.pojo
Abstract class representing an EPGM element that is contained in a logical graph (i.e.
EPGMGraphElement() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphElement
Default constructor.
EPGMGraphElement(GradoopId, String, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphElement
Creates an EPGM graph element using the given arguments.
EPGMGraphHead - Class in org.gradoop.common.model.impl.pojo
POJO Implementation of an EPGM graph head.
EPGMGraphHead() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHead
Default constructor.
EPGMGraphHead(GradoopId, String, Properties) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHead
Creates a graph head based on the given parameters.
EPGMGraphHeadFactory - Class in org.gradoop.common.model.impl.pojo
Factory for creating EPGM graph head POJOs.
EPGMGraphHeadFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
EPGMGraphInput - Interface in org.gradoop.storage.common.api
Definition of graph store input.
EPGMGraphOutput - Interface in org.gradoop.storage.common.api
Definition of graph store output.
EPGMGraphPredictableOutput<GFilter extends ElementFilter,VFilter extends ElementFilter,EFilter extends ElementFilter> - Interface in org.gradoop.storage.common.api
Definition of predictable graph store output.
EPGMGraphTransactionToLabeledGraph - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion
Gradoop Graph Transaction => lightweight labeled graph
EPGMGraphTransactionToLabeledGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.EPGMGraphTransactionToLabeledGraph
 
EPGMProto - Class in org.gradoop.flink.io.impl.parquet.protobuf
 
EPGMProto.Edge - Class in org.gradoop.flink.io.impl.parquet.protobuf
Protobuf type Edge
EPGMProto.Edge.Builder - Class in org.gradoop.flink.io.impl.parquet.protobuf
Protobuf type Edge
EPGMProto.EdgeOrBuilder - Interface in org.gradoop.flink.io.impl.parquet.protobuf
 
EPGMProto.GraphHead - Class in org.gradoop.flink.io.impl.parquet.protobuf
Protobuf type GraphHead
EPGMProto.GraphHead.Builder - Class in org.gradoop.flink.io.impl.parquet.protobuf
Protobuf type GraphHead
EPGMProto.GraphHeadOrBuilder - Interface in org.gradoop.flink.io.impl.parquet.protobuf
 
EPGMProto.Vertex - Class in org.gradoop.flink.io.impl.parquet.protobuf
Protobuf type Vertex
EPGMProto.Vertex.Builder - Class in org.gradoop.flink.io.impl.parquet.protobuf
Protobuf type Vertex
EPGMProto.VertexOrBuilder - Interface in org.gradoop.flink.io.impl.parquet.protobuf
 
EPGMVertex - Class in org.gradoop.common.model.impl.pojo
POJO Implementation of an EPGM vertex.
EPGMVertex() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertex
Default constructor.
EPGMVertex(GradoopId, String, Properties, GradoopIdSet) - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertex
Creates a vertex based on the given parameters.
EPGMVertexFactory - Class in org.gradoop.common.model.impl.pojo
Factory for creating EPGM vertex POJOs.
EPGMVertexFactory() - Constructor for class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
equals(Object) - Method in class org.gradoop.common.model.impl.id.GradoopId
Checks if the specified object is equal to the current id.
equals(Object) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
equals(Object) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.Properties
Two properties collections are considered equal, if they contain the same properties in the same order.
equals(Object) - Method in class org.gradoop.common.model.impl.properties.Property
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
equals(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
equals(Object) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
 
equals(Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
equals(Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
equals(Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
Equals<T> - Class in org.gradoop.flink.model.impl.functions.bool
Equality as Flink function.
Equals() - Constructor for class org.gradoop.flink.model.impl.functions.bool.Equals
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Equals method implemented to compare two points.
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
equals(Object) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
 
equals(Object) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
 
equals(Object) - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
equals(Object) - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
 
equals(Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
equals(Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
equals(Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
 
equals(Object) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
 
equalsByData(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Checks, if another graph has the same attached data and contains vertices and edges with the same attached data as this graph.
equalsByData(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
equalsByElementData(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Checks, if another graph contains vertices and edges with the same attached data (i.e.
equalsByElementData(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
equalsByElementIds(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Checks, if another graph contains exactly the same vertices and edges (by id) as this graph.
equalsByGraphData(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a 1-element dataset containing a boolean value which indicates if the graph collection is equal to the given graph collection.
equalsByGraphData(TemporalGraphCollection) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
equalsByGraphElementData(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a 1-element dataset containing a boolean value which indicates if the graph collection is equal to the given graph collection.
equalsByGraphElementData(TemporalGraphCollection) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
equalsByGraphElementIds(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Checks, if another collection contains the same graphs as this graph (by vertex and edge ids).
equalsByGraphIds(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Checks, if another collection contains the same graphs as this graph (by id).
escape(String, Set<Character>) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
Escapes the escapedCharacters in a string.
ESCAPED_CHARACTERS - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Characters to be escaped in csv strings.
estimateCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
Estimates the probability that a CNF is true, based on the graph statistics.
estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, Comparator, boolean, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, boolean, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, boolean) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, Comparator, boolean, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, boolean, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, boolean) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, Comparator, boolean, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Estimates the probability that a comparison of the form variable.interval comparator constant holds.
estimateDurationProb(TemporalGraphStatistics.ElementType, Optional<String>, boolean, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, boolean) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Estimates the probability that a comparison of the form variable.duration comparator variable.duration holds.
estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Estimates the probability that a comparison of a property value with a constant holds
estimatePropertyProb(TemporalGraphStatistics.ElementType, Optional<String>, String, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Estimates the probability that a comparison between two property selectors holds
estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, Long) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Estimates the probability that a temporal property (tx_from, tx_to, valid_from, valid_to) of an element with a certain label satisfies a constraint comparing it to a literal
estimateTemporalProb(TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField, Comparator, TemporalGraphStatistics.ElementType, Optional<String>, TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Estimates the probability that a comparison between two time selectors holds.
euclideanDistance(Point) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Computes the euclidean distance between two points.
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
 
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
 
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
Returns a property values that wraps the elements id
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
Returns a property value that wraps the represented literal
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
Returns the specified property as property value
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Evaluates the comparisson for the given embedding
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Evaluates the comparison for the given graph element
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Evaluates the predicate collection with respect to the given Embedding
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Evaluates the predicate collection with respect to the given EPGMGraphElement
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
Evaluates the expression with respect to the given variable mapping to Embeddings
evaluate(GraphElement) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
Evaluates the expression with respect to the given EPGMGraphElement
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Runs a traversal over the given edgeCandidates withing the given bounds
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
 
evaluate() - Method in interface org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.PhysicalOperator
Runs the operator on the input data
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
 
evaluate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
 
evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
 
evaluate(Embedding, EmbeddingMetaData) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
 
evaluate(GraphElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
 
evaluate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
 
evaluate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
 
exclude(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a new base graph containing only vertices and edges that exist in that graph but not in the other graph.
Exclusion<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.exclusion
Computes the exclusion graph from two base graphs.
Exclusion() - Constructor for class org.gradoop.flink.model.impl.operators.exclusion.Exclusion
 
execute(PropertyValue) - Method in interface org.gradoop.dataintegration.transformation.api.PropertyTransformationFunction
Returns a changed property value based on the value before the transformation.
execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.ConnectNeighbors
 
execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.EdgeToVertex
 
execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
 
execute(PropertyValue) - Method in class org.gradoop.dataintegration.transformation.impl.functions.DivideBy
 
execute(LG) - Method in class org.gradoop.dataintegration.transformation.impl.PropertyTransformation
Applies the property transformation functions on the given input graph.
execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.PropagatePropertyToNeighbor
 
execute(LG) - Method in class org.gradoop.dataintegration.transformation.VertexDeduplication
 
execute(LogicalGraph) - Method in class org.gradoop.dataintegration.transformation.VertexToEdge
 
execute(LogicalGraph) - Method in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
 
execute(DataSet<LabeledGraphStringString>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
Executes the DIMSpan algorithm.
execute(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.CategoryCharacteristicSubgraphs
Executes the algorithm based on transactional representation.
execute(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.ThinkLikeAnEmbeddingTFSM
Core mining method.
execute(GraphCollection) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
 
execute(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
Executes the algorithm for a dataset of graphs in transactional representation.
execute(GraphCollection) - Method in class org.gradoop.flink.algorithms.fsm.TransactionalFSM
 
execute(LG) - Method in class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
 
execute(LG) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.WeaklyConnectedComponentsAsCollection
 
execute(LG) - Method in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
 
execute(GC) - Method in interface org.gradoop.flink.model.api.operators.ApplicableUnaryBaseGraphToBaseGraphOperator
 
execute(GC, GC) - Method in interface org.gradoop.flink.model.api.operators.BinaryBaseGraphCollectionToValueOperator
Executes the operator.
execute(LG, LG) - Method in interface org.gradoop.flink.model.api.operators.BinaryBaseGraphToValueOperator
Executes the operator on the given graphs.
execute() - Method in interface org.gradoop.flink.model.api.operators.GraphCollectionGenerator
generates the graph collection
execute() - Method in interface org.gradoop.flink.model.api.operators.GraphGenerator
generates the graph
execute(LogicalGraph, LogicalGraph...) - Method in interface org.gradoop.flink.model.api.operators.GraphsToGraphOperator
Executes this operator.
execute() - Method in interface org.gradoop.flink.model.api.operators.GraphTransactionsGenerator
generates the graph transactions
execute(GC) - Method in interface org.gradoop.flink.model.api.operators.UnaryBaseGraphCollectionToValueOperator
Executes the operator.
execute(G) - Method in interface org.gradoop.flink.model.api.operators.UnaryBaseGraphToValueOperator
Executes the operator on the given graph.
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.aggregation.Aggregation
 
execute(GC, GC) - Method in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.cloning.Cloning
 
execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.combination.Combination
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.combination.ReduceCombination
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.distinction.DistinctById
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.distinction.DistinctByIsomorphism
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.distinction.GroupByIsomorphism
 
execute(GC, GC) - Method in class org.gradoop.flink.model.impl.operators.equality.CollectionEquality
 
execute(GC, GC) - Method in class org.gradoop.flink.model.impl.operators.equality.CollectionEqualityByGraphIds
 
execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.equality.GraphEquality
 
execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.exclusion.Exclusion
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.exclusion.ReduceExclusion
 
execute(LogicalGraph, LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.fusion.VertexFusion
 
execute(LogicalGraph, GraphCollection) - Method in class org.gradoop.flink.model.impl.operators.fusion.VertexFusion
Fusing the already-combined sources.
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGrouping
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.kmeans.KMeans
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
 
execute(LGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
Execute the operation.
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
 
execute(LogicalGraph) - Method in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
Layouts the given graph.
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.limit.Limit
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
Recursively executes this node and returns the resulting Embedding data set.
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
Executes the query plan and produces the resulting embeddings.
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
 
execute() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.TransactionalPatternMatching
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.ReduceEdgeNeighborhood
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.ReduceVertexNeighborhood
 
execute(LG, LG) - Method in class org.gradoop.flink.model.impl.operators.overlap.Overlap
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.overlap.ReduceOverlap
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Applies the rollUp operation on the given input graph.
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.FilterVerticesWithDegreeOtherThanGiven
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.SamplingAlgorithm
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.selection.Selection
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.selection.SelectionBase
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.split.Split
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageClusteringCoefficient
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageDegree
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageIncomingDegree
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.AverageOutgoingDegree
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistribution
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.statistics.ConnectedComponentsDistributionAsValues
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DegreeCentrality
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctProperties
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctSourceIds
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctSourceIdsByEdgeLabel
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctTargetIds
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctTargetIdsByEdgeLabel
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.EdgeCount
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.EdgeLabelDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.EdgeValueDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.GraphDensity
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.IncomingVertexDegreeDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.IncomingVertexDegrees
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegreeDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegrees
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.SourceLabelAndEdgeLabelDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.TargetLabelAndEdgeLabelDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexCount
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexDegreeDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexDegrees
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexLabelDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.VertexValueDistribution
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctEdgePropertiesByLabelPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctSourceVertexCountPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctTargetVertexCountPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.DistinctVertexPropertiesByLabelPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.EdgeCountPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.SourceAndEdgeLabelDistributionPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.TargetAndEdgeLabelDistributionPreparer
 
execute(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.writer.VertexCountPreparer
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.transformation.Transformation
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.verify.Verify
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.verify.VerifyCollection
 
execute(LG) - Method in class org.gradoop.flink.model.impl.operators.verify.VerifyGraphContainment
 
execute(GC) - Method in class org.gradoop.flink.model.impl.operators.verify.VerifyGraphsContainment
 
execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.diff.Diff
 
execute() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
 
execute() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
 
execute(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
 
execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.metric.BaseVertexCentricDegreeEvolution
 
execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegree
 
execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.snapshot.Snapshot
 
execute(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.verify.VerifyAndUpdateEdgeValidity
 
executeForGVELayout(GC) - Method in interface org.gradoop.flink.model.api.operators.ApplicableUnaryBaseGraphToBaseGraphOperator
Executes the operator for collections based on GVELayout
executeForGVELayout(GC) - Method in class org.gradoop.flink.model.impl.operators.aggregation.ApplyAggregation
 
executeForGVELayout(GC) - Method in class org.gradoop.flink.model.impl.operators.subgraph.ApplySubgraph
 
executeForGVELayout(GC) - Method in class org.gradoop.flink.model.impl.operators.transformation.ApplyTransformation
 
executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
 
executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Computes the result for pattern query graph.
executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching
 
executeForPattern(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.DualSimulation
Performs dual simulation based on the given query.
executeForPattern(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
 
executeForPattern(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Computes the result for pattern query graph.
executeForTxLayout(GC) - Method in interface org.gradoop.flink.model.api.operators.ApplicableUnaryBaseGraphToBaseGraphOperator
Executes the operator for collections based on TxCollectionLayout
executeForTxLayout(GC) - Method in class org.gradoop.flink.model.impl.operators.aggregation.ApplyAggregation
 
executeForTxLayout(GC) - Method in class org.gradoop.flink.model.impl.operators.subgraph.ApplySubgraph
 
executeForTxLayout(GC) - Method in class org.gradoop.flink.model.impl.operators.transformation.ApplyTransformation
 
executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.CypherPatternMatching
 
executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Computes the result for single vertex query graphs.
executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching
 
executeForVertex(LG) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.DualSimulation
 
executeForVertex(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.CypherTemporalPatternMatching
 
executeForVertex(LG) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Computes the result for single vertex query graphs.
executeInGelly(Graph<K, VV, EV>) - Method in class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
Perform some operation in Gelly and transform the Gelly graph back to a dedicated value.
executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
 
executeInGelly(Graph<GradoopId, GradoopId, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.AnnotateWeaklyConnectedComponents
 
executeInGelly(Graph<Long, Long, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.ValueWeaklyConnectedComponents
Executes gelly algorithm and post process the result.
executeInGelly(Graph<GradoopId, VV, EV>) - Method in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
Perform some operation in Gelly and transform the Gelly graph back to a Gradoop BaseGraph.
executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.hits.HITS
 
executeInGelly(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
 
executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.pagerank.PageRank
 
executeInGelly(Graph<Long, VCIVertexValue, Long>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
 
executeInGelly(Graph<GradoopId, NullValue, Double>) - Method in class org.gradoop.flink.algorithms.gelly.shortestpaths.SingleSourceShortestPaths
 
executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.trianglecounting.GellyTriangleCounting
 
executeInGelly(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.vertexdegrees.DistinctVertexDegrees
 
executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
Executes the computation of the clustering coefficient.
executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientDirected
 
executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientUndirected
 
executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientDirected
 
executeInternal(Graph<GradoopId, NullValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientUndirected
 
executeInternal(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.GellyLabelPropagation
 
executeInternal(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.GradoopLabelPropagation
 
executeInternal(Graph<GradoopId, PropertyValue, NullValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
Executes the label propagation and returns the updated vertex dataset.
executeInternal(DataSet<G>, DataSet<V>, DataSet<E>, BaseGraphFactory<G, V, E, LG, GC>) - Method in class org.gradoop.flink.model.impl.operators.transformation.Transformation
Applies the transformation functions on the given datasets.
expandColumn - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
specifies the input column that will be expanded
ExpandDirection - Enum in org.gradoop.flink.model.impl.operators.matching.single.cypher.utils
Specifies the direction of an expand operation
ExpandEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples
Represents an intermediate result for the expand operator.
ExpandEmbedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Create a new ExpandIntermediateResult.
ExpandEmbedding(Embedding, GradoopId...) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Create a new expand intermediate result
ExpandEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
Expands an vertex along the edges.
ExpandEmbeddings(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
New Expand One Operator
ExpandEmbeddingsBulk - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
Expands an vertex along the edges.
ExpandEmbeddingsBulk(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
New Expand One Operator
ExpandEmbeddingsBulk(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
New Expand One Operator with default join strategy
ExpandEmbeddingsBulk(DataSet<Embedding>, DataSet<Embedding>, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
New Expand One Operator with no upper bound
ExpandEmbeddingsForLoop - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
Expands an vertex along the edges.
ExpandEmbeddingsForLoop(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
New Expand One Operator
ExpandEmbeddingsForLoop(DataSet<Embedding>, DataSet<Embedding>, int, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
New Expand One Operator with default join strategy
ExpandEmbeddingsForLoop(DataSet<Embedding>, DataSet<Embedding>, int, int, ExpandDirection, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
New Expand One Operator with no upper bound
ExpandEmbeddingsNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
Binary node that wraps an ExpandEmbeddingsBulk operator.
ExpandEmbeddingsNode(PlanNode, PlanNode, String, String, String, int, int, ExpandDirection, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
Creates a new node.
ExpandFirstField<T> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Returns one Tuple2<GradoopId, T> per id contained in the first field.
ExpandFirstField() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.ExpandFirstField
 
ExpandFrequentPatterns - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
(graph, pattern -> embedding) => pattern, ...
ExpandFrequentPatterns() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.ExpandFrequentPatterns
 
ExpandGradoopIds<T> - Class in org.gradoop.flink.model.impl.functions.epgm
Takes a tuple 2, containing an object and a gradoop id set, and creates one new tuple 2 of the object and a gradoop id for each gradoop id in the set.
ExpandGradoopIds() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ExpandGradoopIds
 
ExpandGraphsToIds<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Takes a graph element as input and collects all graph ids the element is contained in.
ExpandGraphsToIds() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.ExpandGraphsToIds
 
ExpandGraphsToIdSet<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Maps an element to a GradoopIdSet of all graph ids the element is contained in.
ExpandGraphsToIdSet() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.ExpandGraphsToIdSet
 
ExplorativePatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative
Algorithm detects subgraphs by traversing the search graph according to a given traversal code which is derived from the query pattern.
ExplorativePatternMatching.Builder - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative
Used for configuring and creating a new ExplorativePatternMatching operator instance.
ExtendVertexDataWithInterval - Class in org.gradoop.temporal.model.impl.operators.metric.functions
Join function that extends the calculated degree tree for each vertex with the time interval of the vertex.
ExtendVertexDataWithInterval() - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.ExtendVertexDataWithInterval
Creates an instance of this join function.
extractEdges(DataSet<FatVertex>, EdgeFactory<E>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
Initializes edges from the given pattern matching result.
extractEdgesWithData(DataSet<FatVertex>, DataSet<E>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
Initializes edges including their original data from the given pattern matching result.
ExtractExpandColumn - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Extracts a join key from an id stored in an embedding record The id is referenced via its column index.
ExtractExpandColumn(Integer) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractExpandColumn
Creates the key selector
extractGraphCollection(DataSet<Element>, BaseGraphCollectionFactory<G, V, E, LG, GC>, boolean) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
Extracts a GraphCollection from a set of Element.
extractGraphCollectionWithData(DataSet<Element>, LG, boolean) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
Extracts a GraphCollection from a set of Element and attaches the original data from the input LogicalGraph.
ExtractIdIntervalMap - Class in org.gradoop.temporal.model.impl.operators.metric.functions
Map function to extract id and temporal interval from a vertex.
ExtractIdIntervalMap(TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.ExtractIdIntervalMap
Creates an instance of this map transformation.
ExtractJoinColumns - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
Given a set of columns, this key selector returns a concatenated string containing the identifiers of the specified columns.
ExtractJoinColumns(List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractJoinColumns
Creates the key selector
ExtractKeyedCandidateEdges - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Extract the join key from an edge embedding and stores both in an EdgeWithTiePoint
ExtractKeyedCandidateEdges() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractKeyedCandidateEdges
 
ExtractPropertyFromVertex - Class in org.gradoop.dataintegration.transformation.impl
This operator is executed on the vertex dataset and extracts a property to a newly created vertex which can be connected to the vertex it was created from.
ExtractPropertyFromVertex(String, String, String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
Constructs a new UnaryGraphToGraphOperator which extracts properties from vertices into newly created vertices.
ExtractPropertyFromVertex(String, String, String, String, EdgeDirection, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
Constructs a new UnaryGraphToGraphOperator which extracts properties from vertices into newly created vertices and connects original and new vertex with each other.
ExtractPropertyJoinColumns - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
Given a set of property columns, this key selector returns a concatenated string containing the property values of the specified columns.
ExtractPropertyJoinColumns(List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractPropertyJoinColumns
Creates the key selector
ExtractPropertyValues<T extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Extracts Triples of the form <Tuple1<PropertyName>, PropertyValue> from the given list of GraphElements
ExtractPropertyValues() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ExtractPropertyValues
Creates a new UDF
ExtractPropertyValuesByLabel<T extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Extracts Triples of the form Tuple2<Tuple2<Label,PropertyName>, PropertyValue> from the given list of GraphElements
ExtractPropertyValuesByLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ExtractPropertyValuesByLabel
Creates a new UDF
ExtractPropertyWithOriginId - Class in org.gradoop.dataintegration.transformation.impl.functions
This FlatMapFunction extracts a PropertyValue and the origin Id of a vertex into a Tuple.
ExtractPropertyWithOriginId(String) - Constructor for class org.gradoop.dataintegration.transformation.impl.functions.ExtractPropertyWithOriginId
The constructor for extracting property value and its origin id.
extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctEdgeProperties
 
extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctEdgePropertiesByLabel
 
extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctProperties
Extracts key value pairs from the given logical graph
extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctVertexProperties
 
extractValuePairs(LogicalGraph) - Method in class org.gradoop.flink.model.impl.operators.statistics.DistinctVertexPropertiesByLabel
 
extractVertices(DataSet<FatVertex>, VertexFactory<V>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
Initializes vertices from the given pattern matching result.
extractVerticesWithData(DataSet<FatVertex>, DataSet<V>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
Initializes vertices including their original data from the given pattern matching result.

F

False<T> - Class in org.gradoop.flink.model.impl.functions.bool
Logical false as Flink function.
False() - Constructor for class org.gradoop.flink.model.impl.functions.bool.False
 
FatVertex - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
Represents a vertex and its neighborhood.
FatVertex() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
FILE_AVERAGE_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved average degree value of the graph
FILE_AVERAGE_INCOMING_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved average incoming degree value of the graph
FILE_AVERAGE_OUTGOING_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved average outgoing degree value of the graph
FILE_CLUSTERING_COEFFICIENT_AVERAGE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved average clustering coefficient of the graph
FILE_CLUSTERING_COEFFICIENT_GLOBAL - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved global clustering coefficient of the graph
FILE_CONNECTED_COMPONENTS_DIST - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved connected components distribution of the graph
FILE_DEGREE_CENTRALITY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for saved degree centrality value of the graph
FILE_DENSITY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved density value of the graph
FILE_DISTINCT_EDGE_PROPERTIES - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the edge property name and the number of distinct property values for that value BOF since,73 isActive,2 EOF
FILE_DISTINCT_EDGE_PROPERTIES_BY_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the edge label a property name and the number of distinct property values for that pair, e.g.
FILE_DISTINCT_SOURCE_VERTEX_COUNT - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
One line containing the number of distinct source vertices, e.g.
FILE_DISTINCT_SOURCE_VERTEX_COUNT_BY_EDGE_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the edge label and the number of distinct source ids, e.g.
FILE_DISTINCT_TARGET_VERTEX_COUNT - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
One line containing the number of distinct target vertices, e.g.
FILE_DISTINCT_TARGET_VERTEX_COUNT_BY_EDGE_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the edge label and the number of distinct target ids, e.g.
FILE_DISTINCT_VERTEX_PROPERTIES - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the vertex property name and the number of distinct property values for that value BOF age,100 name,25 EOF
FILE_DISTINCT_VERTEX_PROPERTIES_BY_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the vertex label a property name and the number of distinct property values for that pair, e.g.
FILE_EDGE_COUNT - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Single line containing the total edge count, e.g.
FILE_EDGE_COUNT_BY_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the label and its count, e.g.
FILE_EDGE_COUNT_BY_SOURCE_VERTEX_AND_EDGE_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the source vertex label, the edge label and the frequency., e.g.
FILE_EDGE_COUNT_BY_TARGET_VERTEX_AND_EDGE_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the target vertex label, the edge label and the frequency, e.g.
FILE_TRIANGLE_COUNT - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Filename for the saved triangle count of the graph
FILE_VERTEX_COUNT - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Single line containing the total vertex count, e.g.
FILE_VERTEX_COUNT_BY_LABEL - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains the label and its count, e.g.
FILE_VERTEX_DEGREE_DISTRIBUTION - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains a vertex and its degree, e.g.
filter(V) - Method in class org.gradoop.flink.algorithms.btgs.functions.MasterData
 
filter(V) - Method in class org.gradoop.flink.algorithms.btgs.functions.TransactionalData
 
filter(T) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.Frequent
 
filter(GraphWithPatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.IsFrequentPatternCollector
 
filter(GraphWithPatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.NotObsolete
 
filter(WithCount<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.VerifyPattern
 
filter(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.NotEmpty
 
filter(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.NotEmpty
 
filter(CategoryCountableLabel) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequent
 
filter(CCSSubgraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.IsCharacteristic
 
filter(SE) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.IsResult
 
filter(S) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.MinEdgeCount
 
filter(T) - Method in class org.gradoop.flink.model.impl.functions.bool.False
 
filter(T) - Method in class org.gradoop.flink.model.impl.functions.bool.True
 
filter(GraphTransaction) - Method in class org.gradoop.flink.model.impl.functions.epgm.ByDifferentGraphId
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.ByDifferentId
 
filter(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.ByLabel
 
filter(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.ByProperty
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.BySameId
 
filter(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.BySourceId
 
filter(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.BySourceOrTargetId
 
filter(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.ByTargetId
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdInBroadcast
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdNotInBroadcast
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.LabelIsIn
 
filter(T) - Method in class org.gradoop.flink.model.impl.functions.filters.And
 
filter(T) - Method in class org.gradoop.flink.model.impl.functions.filters.Not
 
filter(T) - Method in class org.gradoop.flink.model.impl.functions.filters.Or
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InAllGraphs
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InAllGraphsBroadcast
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InAnyGraph
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InAnyGraphBroadcast
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InGraph
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InGraphBroadcast
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InGraphsBroadcast
 
filter(EL) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.InNoGraph
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.NotInGraphBroadcast
 
filter(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.NotInGraphsBroadcast
 
filter(IN) - Method in class org.gradoop.flink.model.impl.functions.utils.IsInstance
 
filter(GraphHead) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasLabel
 
filter(Tuple2<GradoopId, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.FilterSubgraphEdges
 
filter(VertexGroupItem) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.FilterRegularVertices
 
filter(VertexGroupItem) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.FilterSuperVertices
 
filter(V) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.LabelGroupFilter
 
filter(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.FilterSuperVertices
 
filter(IdWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementHasCandidate
 
filter(E) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingEdges
 
filter(V) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingVertices
 
filter(TripleWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.TripleHasCandidate
 
filter(ExpandEmbedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.FilterPreviousExpandEmbedding
 
filter(EPGMEdge) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterEdge
 
filter(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterEmbedding
 
filter(EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterVertex
 
filter(TripleWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.EdgeHasCandidate
 
filter(IdWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.VertexHasCandidate
 
filter(FatVertex) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.UpdatedFatVertices
 
filter(FatVertex) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidFatVertices
 
filter(Tuple2<GradoopId, T>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphIdFilter
 
filter(Tuple3<E, Boolean, Boolean>) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.EdgesWithSampledVerticesFilter
 
filter(V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.LimitedDegreeVertexRandomFilter
 
filter(V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.NonUniformVertexRandomFilter
 
filter(V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.PageRankResultVertexFilter
 
filter(E) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.RandomFilter
 
filter(V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.VertexWithDegreeFilter
 
filter(GraphTransaction) - Method in class org.gradoop.flink.model.impl.operators.selection.functions.FilterTransactions
 
filter(Tuple4<GradoopId, Long, Long, Integer>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.FilterEdgesInInterval
 
filter(T) - Method in class org.gradoop.temporal.model.impl.operators.snapshot.functions.ByTemporalPredicate
 
FilterableDataSource<GQuery extends ElementQuery,VQuery extends ElementQuery,EQuery extends ElementQuery> - Interface in org.gradoop.storage.common.io
Data source with support for filter push-down.
FilterAndProjectEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Applies a given predicate on a Edge and projects specified property values to the output embedding.
FilterAndProjectEdge(CNF, List<String>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectEdge
New edge filter function
FilterAndProjectEdges<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
Filters a set of Edge objects based on a specified predicate.
FilterAndProjectEdges(DataSet<E>, CNF, List<String>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
New edge filter operator
FilterAndProjectEdgesNode<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
Leaf node that wraps a FilterAndProjectEdges operator.
FilterAndProjectEdgesNode(DataSet<E>, String, String, String, CNF, Set<String>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
Creates a new node.
FilterAndProjectTemporalEdge - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions
Applies a given predicate on a TemporalEdge and projects specified property values to the output embedding.
FilterAndProjectTemporalEdge(CNF, List<String>, boolean) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectTemporalEdge
New edge filter function
FilterAndProjectTemporalEdges - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter
Filters a set of TemporalEdge objects based on a specified predicate.
FilterAndProjectTemporalEdges(DataSet<TemporalEdge>, CNF, List<String>, boolean) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
New edge filter operator
FilterAndProjectTemporalEdgesNode - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
Leaf node that wraps a FilterAndProjectTemporalEdges operator.
FilterAndProjectTemporalEdgesNode(DataSet<TemporalEdge>, String, String, String, CNF, Set<String>, boolean) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
Creates a new node.
FilterAndProjectTemporalVertex - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions
Applies a given predicate on a TemporalVertex and projects specified property values to the output embedding.
FilterAndProjectTemporalVertex(CNF, List<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectTemporalVertex
New vertex filter function
FilterAndProjectTemporalVertices - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter
Filters a set of Vertex objects based on a specified predicate.
FilterAndProjectTemporalVertices(DataSet<TemporalVertex>, CNF, List<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
New vertex filter operator
FilterAndProjectTemporalVerticesNode - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
Leaf node that wraps a FilterAndProjectTemporalVertices operator.
FilterAndProjectTemporalVerticesNode(DataSet<TemporalVertex>, String, CNF, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
Creates a new node.
FilterAndProjectTriple - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Applies a given predicate on a Triple and projects specified property values to the output embedding.
FilterAndProjectTriple(String, String, String, CNF, Map<String, List<String>>, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectTriple
New FilterAndProjectTriples
FilterAndProjectTriples - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
Filters a set of Triple objects based on a specified predicate.
FilterAndProjectTriples(DataSet<Triple>, String, String, String, CNF, Map<String, List<String>>, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
New vertex filter operator
FilterAndProjectVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Applies a given predicate on a Vertex and projects specified property values to the output embedding.
FilterAndProjectVertex(CNF, List<String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectVertex
New vertex filter function
FilterAndProjectVertices<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
Filters a set of Vertex objects based on a specified predicate.
FilterAndProjectVertices(DataSet<V>, CNF, List<String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
New vertex filter operator
FilterAndProjectVerticesAlt - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
Alternative FilterAndProjectVertices using Filter + Map operators
FilterAndProjectVerticesAlt(DataSet<EPGMVertex>, CNF, List<String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
New vertex filter operator
FilterAndProjectVerticesNode<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
Leaf node that wraps a FilterAndProjectVertices operator.
FilterAndProjectVerticesNode(DataSet<V>, String, CNF, Set<String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
Creates a new node.
filterByFrequentSubgraphs(DataSet<SE>, DataSet<S>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.ThinkLikeAnEmbeddingFSMBase
Filter a set of embeddings to such representing a frequent subgraph.
FilterEdge - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Filters an Edge by a given predicate
FilterEdge(CNF) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterEdge
Creates a new UDF
filterEdges(LG, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PreProcessor
Filters edges based on the given GDL query.
FilterEdgesByLabel - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
Drops edges with infrequent labels and isolated vertices.
FilterEdgesByLabel() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterEdgesByLabel
 
FilterEdgesInInterval - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A filter function that finds all temporal edges that exist within a given time interval.
FilterEdgesInInterval(Long, Long, GradoopId) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.FilterEdgesInInterval
Creates an instance of this filter transformation.
FilterEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Filters a set of embedding by given predicates
FilterEmbedding(CNF, EmbeddingMetaData) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterEmbedding
New embedding filter function
FilterEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
Filters a set of Embeddings by the given predicates The resulting embeddings have the same schema as the input embeddings
FilterEmbeddings(DataSet<Embedding>, CNF, EmbeddingMetaData) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
New embedding filter operator
FilterEmbeddingsNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary
Unary nodes that wraps a FilterEmbeddings operator.
FilterEmbeddingsNode(PlanNode, CNF) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
Creates a new node.
FilterNode - Interface in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Marker interface for plan nodes that filter their input.
FilterPreviousExpandEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Filters results from previous iterations
FilterPreviousExpandEmbedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.FilterPreviousExpandEmbedding
 
FilterRegularVertices - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Filter those tuples which only contain a vertex and its representative.
FilterRegularVertices() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.FilterRegularVertices
 
FilterSubgraphEdges - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Checks whether the edge contains a given graphId, which means that belongs to a given graph
FilterSubgraphEdges() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.FilterSubgraphEdges
 
FilterSuperVertices - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Filter those tuples which are used to create new super vertices.
FilterSuperVertices() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.FilterSuperVertices
 
FilterSuperVertices<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
A filter function used to select super vertices from the set of vertex-tuples.
FilterSuperVertices() - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.FilterSuperVertices
 
FilterTemporalEstimator - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
Keeps track of the leaf nodes in a query plan and computes a final selectivity factor resulting from the applied predicates.
FilterTransactions - Class in org.gradoop.flink.model.impl.operators.selection.functions
Applies the given filter function on the graph head of the transaction.
FilterTransactions(FilterFunction<EPGMGraphHead>) - Constructor for class org.gradoop.flink.model.impl.operators.selection.functions.FilterTransactions
Constructor
filterTriplets(LG, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PreProcessor
Filters vertex-edge-vertex pairs based on the given GDL query.
FilterVertex - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Filters vertices by a given predicate
FilterVertex(CNF) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterVertex
Creates a new UDF
filterVertices(LG, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.PreProcessor
Filters vertices based on the given GDL query.
FilterVerticesByLabel - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
Drops vertices with infrequent labels and their incident edges.
FilterVerticesByLabel() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterVerticesByLabel
 
FilterVerticesWithDegreeOtherThanGiven<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Retains all vertices which do not have the given degree.
FilterVerticesWithDegreeOtherThanGiven(long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.FilterVerticesWithDegreeOtherThanGiven
Constructor
findEmbeddings(GraphWithCandidates, String) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.DepthSearchMatching
 
findEmbeddings(GraphWithCandidates, String) - Method in interface org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.PatternMatchingAlgorithm
Finds all embeddings of a pattern in a given graph and returns them.
FindEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Mapping function that applies a custom pattern matching algorithm to a GraphWithCandidates, representing a graph, its elements and their candidates.
FindEmbeddings(PatternMatchingAlgorithm, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.FindEmbeddings
Constructor
findRemainingVertices(DataSet<Tuple2<LVertex, LVertex>>, DataSet<LVertex>, DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
There are some vertices that have neither become super-vertices nor have been merged with a super vertex.
First<T> - Class in org.gradoop.flink.model.impl.functions.utils
t1,t2,..,tn => t1
First() - Constructor for class org.gradoop.flink.model.impl.functions.utils.First
 
FIRST_EDGE_LABEL - Static variable in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
The property key used to store the first label of the combined edges on the new edge.
firstCollection - Variable in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
First input collection.
FirstGraphHead<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.distinction.functions
Distinction function that just selects the first graph head of an isomorphic group.
FirstGraphHead() - Constructor for class org.gradoop.flink.model.impl.operators.distinction.functions.FirstGraphHead
 
fixEdgeReferences(DataSet<LEdge>, DataSet<Tuple2<LVertex, LVertex>>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
When combining two vertices into one the edges of the old vertices have to be modified to point to the new vertex.
FLAG_LARGE - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
Bit flag indicating a "large" property.
FlatJoinSourceEdgeReference - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Function updating the edges' sources or destination for each newly created hypervertex
FlatJoinSourceEdgeReference(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.FlatJoinSourceEdgeReference
Default constructor
flatMap(T, Collector<Properties>) - Method in class org.gradoop.dataintegration.importer.impl.csv.functions.CsvRowToProperties
 
flatMap(E, Collector<Tuple2<GradoopId, PropertyValue>>) - Method in class org.gradoop.dataintegration.transformation.functions.BuildIdPropertyValuePairs
 
flatMap(Tuple2<V, List<NeighborhoodVertex>>, Collector<E>) - Method in class org.gradoop.dataintegration.transformation.functions.CreateCartesianNeighborhoodEdges
 
flatMap(Tuple3<V, GradoopId, GradoopId>, Collector<E>) - Method in class org.gradoop.dataintegration.transformation.functions.CreateEdgesFromTriple
 
flatMap(E, Collector<Tuple2<GradoopId, GradoopId>>) - Method in class org.gradoop.dataintegration.transformation.functions.CreateMappingFromMarkedDuplicates
 
flatMap(Tuple2<EPGMVertex, List<GradoopId>>, Collector<EPGMEdge>) - Method in class org.gradoop.dataintegration.transformation.impl.functions.CreateNewEdges
 
flatMap(EPGMVertex, Collector<Tuple2<PropertyValue, GradoopId>>) - Method in class org.gradoop.dataintegration.transformation.impl.functions.ExtractPropertyWithOriginId
 
flatMap(GraphWithPatternEmbeddingsMap, Collector<WithCount<int[]>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.ExpandFrequentPatterns
 
flatMap(GraphWithPatternEmbeddingsMap, Collector<WithCount<int[]>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.ReportSupportedPatterns
 
flatMap(LabeledGraphIntString, Collector<WithCount<String>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.ReportEdgeLabels
 
flatMap(LabeledGraphStringString, Collector<WithCount<String>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.ReportVertexLabels
 
flatMap(GraphTransaction, Collector<WithCount<String>>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.EdgeLabels
 
flatMap(GraphTransaction, Collector<WithCount<String>>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.VertexLabels
 
flatMap(CCSGraph, Collector<CategoryCountableLabel>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryEdgeLabels
 
flatMap(CCSGraph, Collector<CategoryCountableLabel>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryVertexLabels
 
flatMap(CCSGraph, Collector<CCSSubgraphEmbeddings>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSingleEdgeEmbeddings
 
flatMap(SE, Collector<SE>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.JoinEmbeddings
 
flatMap(TFSMGraph, Collector<TFSMSubgraphEmbeddings>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSingleEdgeEmbeddings
 
flatMap(Vertex<Long, VCIVertexValue>, Collector<Long>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.GetVisitedGellyEdgeLongIdsFlatMap
 
flatMap(E, Collector<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.GetVisitedSourceTargetIdsFlatMap
 
flatMap(String, Collector<EPGMEdge>) - Method in class org.gradoop.flink.io.impl.mtx.functions.MtxEdgeToEdge
 
flatMap(String, Collector<EPGMVertex>) - Method in class org.gradoop.flink.io.impl.mtx.functions.MtxVertexToVertex
 
flatMap(GraphTransaction, Collector<String>) - Method in class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelList
 
flatMap(GraphTransaction, Collector<String>) - Method in class org.gradoop.flink.io.impl.tlf.functions.VertexLabelList
 
flatMap(EL, Collector<Tuple2<GradoopId, EL>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
 
flatMap(Tuple2<T, GradoopIdSet>, Collector<Tuple2<T, GradoopId>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.ExpandGradoopIds
 
flatMap(EL, Collector<Tuple2<GradoopId, EL>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphElementExpander
 
flatMap(T, Collector<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.functions.epgm.TransactionEdges
 
flatMap(T, Collector<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.functions.epgm.TransactionVertices
 
flatMap(GE, Collector<GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.ExpandGraphsToIds
 
flatMap(GE, Collector<Tuple2<GradoopId, GradoopId>>) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.PairGraphIdWithElementId
 
flatMap(V, Collector<Tuple2<V, GradoopId>>) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.PairVertexWithGraphs
 
flatMap(T, Collector<T>) - Method in class org.gradoop.flink.model.impl.functions.utils.Duplicate
 
flatMap(EPGMVertex, Collector<Tuple2<EPGMVertex, GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.MapVertexToPairWithGraphId
 
flatMap(E, Collector<EdgeGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildEdgeGroupItem
 
flatMap(V, Collector<VertexGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexGroupItem
 
flatMap(Tuple3<LVertex, LVertex, Integer>, Collector<Force>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRAttractionFunction
 
flatMap(LVertex, Collector<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.LVertexFlattener
 
flatMap(Tuple1<Embedding<GradoopId>>, Collector<Element>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementsFromEmbedding
 
flatMap(Embedding, Collector<Element>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbedding
 
flatMap(Embedding, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.AdoptEmptyPaths
 
flatMap(ExpandEmbedding, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.PostProcessExpandEmbedding
 
flatMap(E, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectEdge
 
flatMap(Triple, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectTriple
 
flatMap(V, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectVertex
 
flatMap(Tuple2<Embedding, Embedding>, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.MergeEmbeddings
 
flatMap(TripleWithCandidates<K>, Collector<EmbeddingWithTiePoint<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEmbeddingFromTriple
 
flatMap(TripleWithCandidates<GradoopId>, Collector<TripleWithDirection>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.CloneAndReverse
 
flatMap(FatVertex, Collector<Tuple3<GradoopId, GradoopId, GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.EdgeTriple
 
flatMap(FatVertex, Collector<Deletion>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidateNeighborhood
 
flatMap(Tuple2<GradoopIdSet, T>, Collector<Tuple2<GradoopId, T>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.ExpandFirstField
 
flatMap(GraphWithCandidates, Collector<Tuple4<GradoopId, GradoopId, GradoopIdSet, GradoopIdSet>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.FindEmbeddings
 
flatMap(E, Collector<Tuple2<GradoopId, GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.ShuffledVertexIdsFromEdge
 
flatMap(E, Collector<Tuple2<GradoopId, E>>) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsWithEdge
 
flatMap(Tuple3<E, GradoopIdSet, GradoopIdSet>, Collector<E>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.AddNewGraphsToEdge
 
flatMap(V, Collector<Tuple2<GradoopId, PropertyValue>>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.SplitValues
 
flatMap(T, Collector<Tuple2<String, Set<PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.ExtractPropertyValues
 
flatMap(T, Collector<Tuple2<Tuple2<String, String>, Set<PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.ExtractPropertyValuesByLabel
 
flatMap(G, Collector<Tuple3<String, Long, Long>>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.GetConnectedComponentDistributionFlatMap
 
flatMap(E, Collector<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.subgraph.functions.EdgeToSourceAndTargetId
 
flatMap(E, Collector<Tuple2<GradoopId, GradoopIdSet>>) - Method in class org.gradoop.flink.model.impl.operators.subgraph.functions.EdgeToSourceAndTargetIdWithGraphIds
 
flatMap(E, Collector<EdgeString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.EdgeToDataString
 
flatMap(E, Collector<EdgeString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.EdgeToIdString
 
flatMap(V, Collector<VertexString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.VertexToDataString
 
flatMap(V, Collector<VertexString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.VertexToIdString
 
flatMap(E, Collector<E>) - Method in class org.gradoop.temporal.model.impl.operators.diff.functions.DiffPerElement
 
flatMap(Embedding, Collector<Element>) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions.ElementsFromEmbeddingTPGM
 
flatMap(TemporalEdge, Collector<Embedding>) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectTemporalEdge
 
flatMap(TemporalVertex, Collector<Embedding>) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions.FilterAndProjectTemporalVertex
 
flatMap(Tuple2<GradoopId, TreeMap<Long, Integer>>, Collector<Tuple4<GradoopId, Long, Long, Integer>>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesDefaultTimesFlatMap
 
flatMap(Tuple4<GradoopId, TreeMap<Long, Integer>, Long, Long>, Collector<Tuple4<GradoopId, Long, Long, Integer>>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesFlatMap
 
flatMap(TemporalEdge, Collector<Tuple3<GradoopId, Long, Long>>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.FlatMapVertexIdEdgeInterval
 
flatMap(E, Collector<EdgeString>) - Method in class org.gradoop.temporal.model.impl.operators.tostring.TemporalEdgeToDataString
 
flatMap(V, Collector<VertexString>) - Method in class org.gradoop.temporal.model.impl.operators.tostring.TemporalVertexToDataString
 
FlatMapVertexIdEdgeInterval - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A flat map function extracting the id and temporal interval from an TemporalEdge instance.
FlatMapVertexIdEdgeInterval(TimeDimension, VertexDegree) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.FlatMapVertexIdEdgeInterval
Creates an instance of this flat map transformation.
FlinkAsciiGraphLoader - Class in org.gradoop.flink.util
Used the AsciiGraphLoader to generate instances of LogicalGraph and GraphCollection from GDL.
FlinkAsciiGraphLoader(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.util.FlinkAsciiGraphLoader
Creates a new FlinkAsciiGraphLoader instance.
FloatStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Float.
FloatStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
flush() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
flush() - Method in interface org.gradoop.storage.common.api.EPGMGraphInput
Flushes all buffered writes to the store.
flush() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
Force - Class in org.gradoop.flink.model.impl.operators.layouting.util
Represents a force that is applied to a vertex
Force(GradoopId, Vector) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Force
Create a new Force-Object
Force() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Force
POJO-Constructor
format(GraphTransaction) - Method in class org.gradoop.flink.io.impl.dot.functions.AbstractDotFileFormat
 
format(Map<String, Integer>) - Method in class org.gradoop.flink.io.impl.tlf.functions.TLFDictionaryFileFormat
Creates a TLF dictionary string representation of a given graph transaction.
format(GraphTransaction) - Method in class org.gradoop.flink.io.impl.tlf.functions.TLFFileFormat
Creates a TLF string representation of a given graph transaction, which has the following format:
FRAttractionFunction - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Computes Attraction forces between two Vertices.
FRAttractionFunction(double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.FRAttractionFunction
Create new FRAttractionFunction
FRCellIdMapper - Class in org.gradoop.flink.model.impl.operators.layouting.functions
A map-function that assigns a cellid to each input-vertex, depending on its position in the layouting-space.
FRCellIdMapper(int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdMapper
Create new CellIdMapper
FRCellIdSelector - Class in org.gradoop.flink.model.impl.operators.layouting.functions
A KeySelector that extracts the cellid of a Vertex.
FRCellIdSelector(FRCellIdSelector.NeighborType) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector
A KeySelector that extracts the cellid of a Vertex.
FRCellIdSelector.NeighborType - Enum in org.gradoop.flink.model.impl.operators.layouting.functions
Type of neighbor to select if from
Frequent<T extends Countable> - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
Filters something countable by minimum frequency.
Frequent() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.Frequent
 
FREQUENT_EDGE_LABELS - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
frequent edge labels
FREQUENT_PATTERN_LABEL - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Graph head label of frequent patterns
FREQUENT_PATTERN_LABEL - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
Graph head label of frequent subgraphs
FREQUENT_PATTERNS - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
set of frequent patterns
FREQUENT_PATTERNS - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
set of frequent patterns
FREQUENT_VERTEX_LABELS - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
frequent vertex labels
FRForceApplicator - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Applies forces to vertices.
FRForceApplicator(int, int, double, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Create new FRForceApplicator
FRLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
Layouts a graph using the Fruchtermann-Reingold algorithm
FRLayouter(int, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Create new Instance of FRLayouter.
FROM_ID - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Offset of 1-edge DFS code's from id.
FROM_LABEL - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Offset of 1-edge DFS code's from label.
fromAll() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery.Builder
query all range
fromByteArray(byte[]) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Returns the Gradoop ID represented by a byte array
fromByteArray(byte[]) - Static method in class org.gradoop.common.model.impl.id.GradoopIdSet
Creates a new instance from multiple GradoopIDs represented as byte array.
fromCollections(Collection<G>, Collection<V>, Collection<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a collection layout from the given collections.
fromCollections(G, Collection<V>, Collection<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates a logical graph from the given single graph head, vertex and edge collections.
fromCollections(Collection<V>, Collection<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates a logical graph from the given vertex and edge collections.
fromCollections(Collection<G>, Collection<V>, Collection<E>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a collection layout from the given collections.
fromCollections(G, Collection<V>, Collection<E>) - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a logical graph layout from the given graphHead, vertex and edge collections.
fromCollections(Collection<V>, Collection<E>) - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a logical graph layout from the given vertex and edge collections.
fromCollections(Collection<EPGMGraphHead>, Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromCollections(EPGMGraphHead, Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
fromCollections(Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
fromCollections(Collection<EPGMGraphHead>, Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromCollections(EPGMGraphHead, Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
fromCollections(Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
fromCollections(Collection<EPGMGraphHead>, Collection<EPGMVertex>, Collection<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromCollections(Collection<TemporalGraphHead>, Collection<TemporalVertex>, Collection<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
fromCollections(TemporalGraphHead, Collection<TemporalVertex>, Collection<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
fromCollections(Collection<TemporalVertex>, Collection<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
fromCollections(Collection<TemporalGraphHead>, Collection<TemporalVertex>, Collection<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromCollections(TemporalGraphHead, Collection<TemporalVertex>, Collection<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
fromCollections(Collection<TemporalVertex>, Collection<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
fromDataSets(DataSet<G>, DataSet<V>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a collection from the given datasets.
fromDataSets(DataSet<G>, DataSet<V>, DataSet<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a collection layout from the given datasets.
fromDataSets(DataSet<V>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates a logical graph from the given vertices.
fromDataSets(DataSet<V>, DataSet<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates a logical graph from the given vertices and edges.
fromDataSets(DataSet<G>, DataSet<V>, DataSet<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates a logical graph from the given graph head, vertices and edges.
fromDataSets(DataSet<G>, DataSet<V>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a collection layout from the given datasets.
fromDataSets(DataSet<G>, DataSet<V>, DataSet<E>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a collection layout from the given datasets.
fromDataSets(DataSet<V>) - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a logical graph layout from the given vertex dataset.
fromDataSets(DataSet<V>, DataSet<E>) - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a logical graph layout from given vertex and edge datasets.
fromDataSets(DataSet<G>, DataSet<V>, DataSet<E>) - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a logical graph layout from given graphHead, vertex and edge datasets.
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromDataSets(DataSet<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
fromDataSets(DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromDataSets(DataSet<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
fromDataSets(DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromDataSets(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromDataSets(DataSet<TemporalGraphHead>, DataSet<TemporalVertex>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
fromDataSets(DataSet<TemporalGraphHead>, DataSet<TemporalVertex>, DataSet<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
fromDataSets(DataSet<TemporalVertex>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
fromDataSets(DataSet<TemporalVertex>, DataSet<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
fromDataSets(DataSet<TemporalGraphHead>, DataSet<TemporalVertex>, DataSet<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
fromDataSets(DataSet<TemporalGraphHead>, DataSet<TemporalVertex>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromDataSets(DataSet<TemporalGraphHead>, DataSet<TemporalVertex>, DataSet<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromDataSets(DataSet<TemporalVertex>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
fromDataSets(DataSet<TemporalVertex>, DataSet<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
fromDataSets(DataSet<TemporalGraphHead>, DataSet<TemporalVertex>, DataSet<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
fromEdge(Edge, List<String>, boolean) - Static method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingFactory
Converts an Edge into an Embedding.
fromEdge(TemporalEdge, List<String>, boolean) - Static method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos.EmbeddingTPGMFactory
Converts an TemporalEdge into an Embedding.
fromExisting(GradoopId...) - Static method in class org.gradoop.common.model.impl.id.GradoopIdSet
Creates a new instance from multiple GradoopIDs.
fromExisting(Collection<GradoopId>) - Static method in class org.gradoop.common.model.impl.id.GradoopIdSet
Creates a new instance from multiple GradoopIDs.
fromFile(String, ElementFactoryProvider<G, V, E>) - Static method in class org.gradoop.common.util.AsciiGraphLoader
Creates an AsciiGraphLoader from the given ASCII GDL file.
fromGradoopFlinkConfig(GradoopFlinkConfig) - Static method in class org.gradoop.temporal.util.TemporalGradoopConfig
Create a new config from an existing GradoopFlinkConfig.
fromGraph(LogicalGraphLayout<G, V, E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a graph collection from a given logical graph.
fromGraph(LogicalGraphLayout<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromGraph(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsFactory
 
fromGraph(TemporalGraph, Set<String>, Set<String>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsFactory
 
fromGraph(TemporalGraph) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatisticsFactory
 
fromGraph(TemporalGraph, Set, Set) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatisticsFactory
 
fromGraph(TemporalGraph) - Method in interface org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatisticsFactory
Create statistics from a temporal graph
fromGraph(TemporalGraph, Set<String>, Set<String>) - Method in interface org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatisticsFactory
Create statistics from a temporal graph, specifying numerical and categorical properties to consider explicitly
fromGraph(LG) - Static method in class org.gradoop.temporal.model.impl.TemporalGraph
Convenience API function to create a TemporalGraph from an existing BaseGraph with default values for the temporal attributes.
fromGraph(LG, TimeIntervalExtractor<G>, TimeIntervalExtractor<V>, TimeIntervalExtractor<E>) - Static method in class org.gradoop.temporal.model.impl.TemporalGraph
Function to create a TemporalGraph from an existing BaseGraph with valid times depending on the three given TimeIntervalExtractor instances
fromGraph(LogicalGraphLayout<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromGraphCollection(GC) - Static method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
Convenience API function to create a TemporalGraphCollection from an existing BaseGraphCollection with default values for the temporal attributes.
fromGraphCollection(GC, TimeIntervalExtractor<G>, TimeIntervalExtractor<V>, TimeIntervalExtractor<E>) - Static method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
Convenience API function to create a TemporalGraphCollection from an existing BaseGraphCollection with valid times depending on the three given TimeIntervalExtractor functions
fromGraphLayout(LogicalGraphLayout<G, V, E>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a graph collection layout from a given logical graph layout.
fromGraphLayout(LogicalGraphLayout<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromGraphLayout(LogicalGraphLayout<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromGraphLayout(LogicalGraphLayout<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
fromGraphs(LogicalGraphLayout<G, V, E>...) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a graph collection from multiple given logical graphs.
fromGraphs(LogicalGraphLayout<EPGMGraphHead, EPGMVertex, EPGMEdge>...) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromGraphs(LogicalGraphLayout<TemporalGraphHead, TemporalVertex, TemporalEdge>...) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromGraphWithSampling(TemporalGraph, int) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsFactory
 
fromGraphWithSampling(TemporalGraph, int, Set<String>, Set<String>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsFactory
 
fromGraphWithSampling(TemporalGraph, int) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatisticsFactory
 
fromGraphWithSampling(TemporalGraph, int, Set, Set) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatisticsFactory
 
fromGraphWithSampling(TemporalGraph, int) - Method in interface org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatisticsFactory
Create statistics from a temporal graph based on a sample of given size
fromGraphWithSampling(TemporalGraph, int, Set<String>, Set<String>) - Method in interface org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatisticsFactory
Create statistics from a temporal graph based on a sample of given size.
fromIndexedDataSets(Map<String, DataSet<G>>, Map<String, DataSet<V>>, Map<String, DataSet<E>>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a graph collection from the given datasets.
fromIndexedDataSets(Map<String, DataSet<G>>, Map<String, DataSet<V>>, Map<String, DataSet<E>>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Creates a logical graph from the given datasets.
fromIndexedDataSets(Map<String, DataSet<G>>, Map<String, DataSet<V>>, Map<String, DataSet<E>>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a collection layout from the given datasets indexed by label.
fromIndexedDataSets(Map<String, DataSet<G>>, Map<String, DataSet<V>>, Map<String, DataSet<E>>) - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayoutFactory
Creates a graph layout from the given datasets indexed by label.
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVECollectionLayoutFactory
 
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVEGraphLayoutFactory
 
fromIndexedDataSets(Map<String, DataSet<EPGMGraphHead>>, Map<String, DataSet<EPGMVertex>>, Map<String, DataSet<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromIndexedDataSets(Map<String, DataSet<TemporalGraphHead>>, Map<String, DataSet<TemporalVertex>>, Map<String, DataSet<TemporalEdge>>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
fromIndexedDataSets(Map<String, DataSet<TemporalGraphHead>>, Map<String, DataSet<TemporalVertex>>, Map<String, DataSet<TemporalEdge>>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
Creates a graph layout from the given datasets indexed by label.
fromIndexedDataSets(Map<String, DataSet<TemporalGraphHead>>, Map<String, DataSet<TemporalVertex>>, Map<String, DataSet<TemporalEdge>>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromIndexedDataSets(Map<String, DataSet<TemporalGraphHead>>, Map<String, DataSet<TemporalVertex>>, Map<String, DataSet<TemporalEdge>>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
fromLayout(GraphCollectionLayout<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
Creates a temporal graph collection instance from an existing layout.
fromLayout(LogicalGraphLayout<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
Creates a temporal graph instance from an existing layout.
fromNonTemporalDataSets(DataSet<? extends GraphHead>, DataSet<? extends Vertex>, DataSet<? extends Edge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
Creates a TemporalGraphCollection instance by the given graph head, vertex and edge datasets.
fromNonTemporalDataSets(DataSet<G>, TimeIntervalExtractor<G>, DataSet<V>, TimeIntervalExtractor<V>, DataSet<E>, TimeIntervalExtractor<E>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
Creates a TemporalGraphCollection instance.
fromNonTemporalDataSets(DataSet<? extends GraphHead>, DataSet<? extends Vertex>, DataSet<? extends Edge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
Creates a TemporalGraph instance by the given EPGM graph head, vertex and edge datasets.
fromNonTemporalDataSets(DataSet<G>, TimeIntervalExtractor<G>, DataSet<V>, TimeIntervalExtractor<V>, DataSet<E>, TimeIntervalExtractor<E>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
Creates a TemporalGraph instance.
fromNonTemporalEdge(Edge) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
Helper function to create a TPGM edge from any edge.
fromNonTemporalGraph(BaseGraph<?, ?, ?, ?, ?>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
Creates a TemporalGraph instance from a (non-temporal) base graph.
fromNonTemporalGraphCollection(BaseGraphCollection<?, ?, ?, ?, ?>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
Creates a TemporalGraphCollection from a (non-temporal) base graph collection.
fromNonTemporalGraphHead(GraphHead) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
Helper function to create a TPGM graph head from an EPGM graph head.
fromNonTemporalVertex(Vertex) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
Helper function to create a TPGM vertex from an EPGM vertex.
fromPropertyValues(Collection<PropertyValue>) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueList
Creates a Property value list from a collection of property values.
fromRawBytes(byte[]) - Static method in class org.gradoop.common.model.impl.properties.PropertyValue
Create a PropertyValue that wraps a byte array.
fromRawBytes(byte[]) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Returns value which is represented by the the provided byte array.
fromRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
Deserialize from key-value pair
fromRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopEdgeIterator
 
fromRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopGraphHeadIterator
 
fromRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopVertexIterator
 
fromSets(Collection<String>) - Method in class org.gradoop.storage.common.predicate.query.ElementQuery.Builder
query element in a certain id range set
fromSets(GradoopIdSet) - Method in class org.gradoop.storage.common.predicate.query.ElementQuery.Builder
query element in a certain id range set
fromSets(GradoopId...) - Method in class org.gradoop.storage.common.predicate.query.ElementQuery.Builder
query element in a certain id range set
fromStream(InputStream, ElementFactoryProvider<G, V, E>) - Static method in class org.gradoop.common.util.AsciiGraphLoader
Creates an AsciiGraphLoader from the given ASCII GDL file.
fromString(String) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Returns the Gradoop ID represented by a specified hexadecimal string.
fromString(String, ElementFactoryProvider<G, V, E>) - Static method in class org.gradoop.common.util.AsciiGraphLoader
Creates an AsciiGraphLoader from the given ASCII GDL string.
fromTo(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate FROM fromTimestamp TO toTimestamp where both values are timestamps in milliseconds.
FromTo - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the FromTo temporal predicate.
FromTo(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.FromTo
Creates a FromTo instance with the given time stamps.
FromTo(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.FromTo
Creates a FromTo instance with the given time-interval.
fromTransactions(DataSet<GraphTransaction>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a graph collection from a graph transaction dataset.
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<V, V>, GroupReduceFunction<E, E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Creates a graph collection layout from graph transactions.
fromTransactions(DataSet<GraphTransaction>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a graph collection layout from a graph transaction dataset.
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<V, V>, GroupReduceFunction<E, E>) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayoutFactory
Creates a graph collection layout from graph transactions.
fromTransactions(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<EPGMVertex, EPGMVertex>, GroupReduceFunction<EPGMEdge, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
fromTransactions(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<EPGMVertex, EPGMVertex>, GroupReduceFunction<EPGMEdge, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
fromTransactions(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<EPGMVertex, EPGMVertex>, GroupReduceFunction<EPGMEdge, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
fromTransactions(DataSet<GraphTransaction>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
Creates a graph collection layout from a graph transaction dataset.
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<TemporalVertex, TemporalVertex>, GroupReduceFunction<TemporalEdge, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
Creates a graph collection layout from graph transactions.
fromTransactions(DataSet<GraphTransaction>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromTransactions(DataSet<GraphTransaction>, GroupReduceFunction<TemporalVertex, TemporalVertex>, GroupReduceFunction<TemporalEdge, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
fromTriple(Triple, List<String>, List<String>, List<String>, String, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingFactory
Converts an Triple into an Embedding.
fromTuples(List<Tuple3<String, String, String>>) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Creates a MetaData object from the specified lines.
fromTuples(List<Tuple3<String, String, String>>) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSource
 
fromVertex(Vertex, List<String>) - Static method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingFactory
Converts a Vertex into an Embedding.
fromVertex(TemporalVertex, List<String>) - Static method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos.EmbeddingTPGMFactory
Converts a TemporalVertex into an Embedding.
fromVertexPosition(EPGMVertex) - Static method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Create a vector from the coordinate-properties of a Vertex
FRRepulsionFunction - Class in org.gradoop.flink.model.impl.operators.layouting.functions
A Join/Cross/FlatJoin-Function that computes the repulsion-forces between two given vertices.
FRRepulsionFunction(double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
Create new RepulsionFunction
FRRepulsionFunction(double, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
Create new RepulsionFunction
fsmConfig - Variable in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
FSM configuration
FSMConfig - Class in org.gradoop.flink.algorithms.fsm.transactional.common
Frequent subgraph mining configuration.
FSMConfig(float, boolean, int, int, boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
Constructor.
FSMConfig(float, boolean, int, int) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
Constructor.
FSMConfig(float, boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
valued constructor
fsmConfig - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
FSM configuration
FSMEdge - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
Represents an edge within Subgraph embeddings.
FSMEdge(int, String, int) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
Constructor.
FSMGraph - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
Describe a FSM-fitted graph representation.
Function<T,R> - Interface in org.gradoop.flink.model.api.functions
A serializable function with single input and output.
FusingFRLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
A special variant of the FRLayouter that combines similar vertices during the layouting, creating a simplified version of the graph.
FusingFRLayouter(int, int, double, FusingFRLayouter.OutputFormat) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Create new FusingFRLayouter
FusingFRLayouter.OutputFormat - Enum in org.gradoop.flink.model.impl.operators.layouting
Specifies the different available Output-Formats for the layouter

G

GDLConsoleOutput - Class in org.gradoop.flink.io.impl.gdl
Allows to print graphs and graph collections to the standard output.
GDLConsoleOutput() - Constructor for class org.gradoop.flink.io.impl.gdl.GDLConsoleOutput
 
GDLDataSink - Class in org.gradoop.flink.io.impl.gdl
A data sink that writes a graph or graph collection to a gdl formatted string.
GDLDataSink(String) - Constructor for class org.gradoop.flink.io.impl.gdl.GDLDataSink
Creates a GDL data sink.
GDLEncoder<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.flink.io.impl.gdl
Encodes data structures using the GDL format.
GDLEncoder(List<G>, List<V>, List<E>) - Constructor for class org.gradoop.flink.io.impl.gdl.GDLEncoder
Creates a GDLEncoder using the passed parameters.
GDLQueryExample - Class in org.gradoop.examples.patternmatch
A self-contained example on how to use the query engine in Gradoop.
GDLQueryExample() - Constructor for class org.gradoop.examples.patternmatch.GDLQueryExample
 
GellyCommunitiesExample - Class in org.gradoop.examples.communities
A self contained example on how to use the GellyLabelPropagation operator.
GellyCommunitiesExample() - Constructor for class org.gradoop.examples.communities.GellyCommunitiesExample
 
GellyGlobalClusteringCoefficientDirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
Gradoop EPGM model wrapper for Flink Gellys implementation of the global clustering coefficient algorithm for directed graphs GlobalClusteringCoefficient.
GellyGlobalClusteringCoefficientDirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientDirected
Creates an instance of the GellyGlobalClusteringCoefficientDirected wrapper class.
GellyGlobalClusteringCoefficientUndirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
Gradoop EPGM model wrapper for Flink Gellys implementation of the global clustering coefficient algorithm for undirected graphs GlobalClusteringCoefficient.
GellyGlobalClusteringCoefficientUndirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyGlobalClusteringCoefficientUndirected
Creates an instance of the GellyGlobalClusteringCoefficientUndirected wrapper class.
GellyLabelPropagation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.labelpropagation
Executes the label propagation integrated in Flink Gelly.
GellyLabelPropagation(int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.GellyLabelPropagation
Constructor
GellyLocalClusteringCoefficientDirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
Gradoop EPGM model wrapper for Flink Gellys implementation of the local clustering coefficient algorithm for directed graphs LocalClusteringCoefficient.
GellyLocalClusteringCoefficientDirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientDirected
Creates an instance of the GellyLocalClusteringCoefficientDirected wrapper class.
GellyLocalClusteringCoefficientUndirected<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient
Gradoop EPGM model wrapper for Flink Gellys implementation of the local clustering coefficient algorithm for undirected graphs LocalClusteringCoefficient.
GellyLocalClusteringCoefficientUndirected() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.GellyLocalClusteringCoefficientUndirected
Creates an instance of the GellyLocalClusteringCoefficientUndirected wrapper class.
GellyTriangleCounting<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.trianglecounting
Gradoop EPGM model wrapper for the Flink Gelly algorithm for triangle counting in a graph TriangleEnumerator.
GellyTriangleCounting() - Constructor for class org.gradoop.flink.algorithms.gelly.trianglecounting.GellyTriangleCounting
Creates an instance of GellyTriangleCounting.
GellyVertexValueToVertexPropertyJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
Stores the gelly vertex value (a GradoopId) as property with the given property key in the gradoop vertex.
GellyVertexValueToVertexPropertyJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.GellyVertexValueToVertexPropertyJoin
Stores the gelly vertex value as a property.
GellyVertexWithLongIdToGradoopIdJoin - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Joins a Gelly vertex with its index-to-GradoopId-mapping to replace the index with the GradoopId.
GellyVertexWithLongIdToGradoopIdJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GellyVertexWithLongIdToGradoopIdJoin
Creates an instance of GellyVertexWithLongIdToGradoopIdJoin.
GellyVertexWithVertexJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Joins a Gelly result vertex with an Gradoop Vertex.
GellyVertexWithVertexJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GellyVertexWithVertexJoin
Creates an instance of GellyVertexWithVertexJoin with a given key for the boolean property value.
generateFusionCandidates(DataSet<Tuple2<LVertex, Boolean>>, DataSet<LEdge>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
Finds connected vertices by joining with the edges.
generateId(String) - Static method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
Generate a GradoopId from an mtx-id
get(byte[]) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Deserializes an object from the provided byte array.
get() - Static method in class org.gradoop.common.model.impl.id.GradoopId
Returns a new GradoopId
get() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Get the data from the Bytes.
get(String) - Method in class org.gradoop.common.model.impl.properties.Properties
Returns the value to the given key of null if the value does not exist.
get(Class<T>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the value as the specified type.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
Deserializes an object from the provided byte array.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
Deserializes an object from the provided byte array.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
get(byte) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Returns strategy mapping to the provided byte value.
get(Class) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Get a strategy which corresponds the provided class.
get(Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Get strategy by object.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
Deserializes an object from the provided byte array.
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
get(byte[]) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
get(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
Returns the entry at the specified position.
get(String, T) - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
integer value by key
getAccumuloProperties() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get accumulo properties
getAdjacencyList(GraphTransaction, MapFunction<EPGMEdge, ED>, MapFunction<EPGMVertex, VD>) - Static method in class org.gradoop.flink.representation.transactional.RepresentationConverters
transaction => adjacency list
getAggregateFunctions() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the aggregate functions as list
getAggregatePropertyKey() - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Returns the property key used to store the aggregate value.
getAggregatePropertyKey() - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.BaseAggregateFunction
 
getAggregatePropertyKey() - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
 
getAggregatePropertyKey() - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
 
getAggregateValueList() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the aggregate values as property value list
getAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
getAggregateValues() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Returns the aggregate values of the group item.
getAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the aggregate values as list
getAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
getAllDistributedKeys(byte[]) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
Get an array of all possible keys for a given original key.
getAllVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all variables contained in the pattern.
getAllVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns the query variables covered by this plan table entry
getAllVariables() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
 
getArgs() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
getArgs() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
getAttributedVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns the query variables that are evaluable in a filter operator.
getAttributedVariables() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
 
getBase() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Returns the base part
getBigDecimal() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as BigDecimal.
getBinaryLength() - Method in class org.gradoop.common.model.impl.id.GradoopId
 
getBinaryLength() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
getBins() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
Returns the bins
getBoolean() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as boolean.
getBranch(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.DFSCodeUtils
Extracts the branch of a give DFS code multiplex.
getByteSize() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
getCandidates(int, List<Long>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
Returns a bit vector representing the matches for the given entity.
getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
 
getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
getCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
getCandidates(int) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.DepthSearchMatching
Get all vertices that match the pattern of a step.
getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
getCanonicalLabel() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
Returns canonical label of a subgraph.
getCanonicalLabel() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Getter.
getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
 
getCanonicalLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
getCardinality() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation.QueryPlanEstimator
Traverses the query plan and computes the estimated cardinality according to the nodes.
getCardinality() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanEstimator
Traverses the query plan and computes the estimated cardinality according to the nodes.
getCategoricalSelectivityEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns a map that maps categorical property names to estimations of the probability that an element has this property with a certain PropertyValue.
getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.CCSGraph
 
getCategory() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Categorizable
Getter.
getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
 
getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
getCategory() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
getCellid() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Gets cellid
getCells() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
 
getCenterVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns a single center vertex of the query graph.
getCenterVertices() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertices that have a minimum eccentricity.
getCentralVertexIds() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertex ids that have a minimum eccentricity.
getChildNode() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.UnaryNode
Returns the child (input) node of that node.
getClassFromTypeString(String) - Static method in class org.gradoop.common.model.impl.metadata.MetaData
Get the class corresponding to a type string.
getCnfEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimator
 
getCollection(CSVLineToElement<G>, CSVLineToElement<V>, CSVLineToElement<E>, BaseGraphCollectionFactory<G, V, E, LG, GC>) - Method in class org.gradoop.flink.io.impl.csv.CSVDataSource
Create a graph collection from CSV lines using CSVLineToElement mapper functions.
getCollectionFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
Get the factory that is responsible for creating an instance of a graph collection of type GC.
getCollectionFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getCollectionFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getComparator() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
 
getCompareFunction() - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Gets compareFunction
getComponents(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
Computes the graphs connected components
getComponents() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the mapping of vertices to connected graph components
getConfig() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Get the gradoop configuration.
getConfig() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
Returns the Gradoop Flink configuration.
getConfig() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
Returns the Gradoop Flink configuration.
getConfig() - Method in interface org.gradoop.flink.model.api.operators.GraphTransactionsOperators
Getter.
getConfig() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getConfig() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getConfig() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
 
getConfig() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getConfig() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
Returns the Gradoop configuration associated with that EPGM Store,
getConfig() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getConfig() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
 
getConfig() - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
 
getConfig() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
 
getConfig() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
 
getConfig() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
 
getConfig() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getConfig() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
GetConnectedComponentDistributionFlatMap<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Collects the aggregated component ids from vertices and edges.
GetConnectedComponentDistributionFlatMap(String, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.GetConnectedComponentDistributionFlatMap
Constructor to initialize function
getConnectingEdgeLabel() - Method in class org.gradoop.dataintegration.transformation.impl.NeighborhoodVertex
Get the edge label of the edge which connects the original vertex and the neighbor.
getConstant() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
 
getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
 
getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
 
getConverter(int) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
 
getCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
 
getCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
getCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
 
getCount() - Method in interface org.gradoop.flink.model.api.tuples.Countable
Getter.
getCount() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Gets count
getCount() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Get amount of edges that this edge represents.
getCount() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Get the number of vertices this vertex represents
getCount() - Method in class org.gradoop.flink.model.impl.tuples.WithCount
 
getCurrentKey() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Returns the current key.
getCurrentRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRecordMaterializer
 
getCurrentRecord() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
Returns the current record.
getCurrentValue() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Returns the current value.
getDate() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as LocalDate.
getDateTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as LocalDateTime.
getDebugString(IN) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Returns the debug string representation of the concrete Object.
getDebugString(IdWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
 
getDebugString(TripleWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
 
getDebugString(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.debug.PrintEmbedding
 
getDebugString(EdgeStep<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEdgeStep
 
getDebugString(EmbeddingWithTiePoint<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
 
getDebugString(VertexStep<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintVertexStep
 
getDebugString(Deletion) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintDeletion
 
getDebugString(FatVertex) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintFatVertex
 
getDebugString(Message) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintMessage
 
getDebugString(TripleWithDirection) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintTripleWithDirection
 
getDefaultAggregate(AggregateFunction) - Static method in class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateUtil
Returns the default aggregate value for the given aggregate function or PropertyValue.NULL_VALUE, if it has no default.
getDefaultConfig() - Static method in class org.gradoop.common.config.GradoopConfig
Creates a default Configuration using POJO handlers for vertices, edges and graph heads.
getDefaultConfig() - Static method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Creates a default Configuration using POJO handlers for vertices, edges and graph heads and default table names.
getDefaultConfig() - Static method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Creates a default Configuration using POJO handlers for vertices, edges and graph heads and default table names.
getDefaultInstance() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getDefaultInstance() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getDefaultInstance() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getDefaultInstance() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getDefaultInstance() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getDefaultInstance() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
getDefaultInstanceForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
getDefaultInstanceForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getDefaultKey() - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
Get the default key value for all elements.
getDefaultKey() - Method in interface org.gradoop.flink.model.api.functions.KeyFunctionWithDefaultValue
Get the default key value for all elements.
getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunctionWithDefaultValues
 
getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
 
getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
 
getDefaultKey() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
 
getDefaultKey() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
 
getDefaultKey() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
 
getDefaultKey() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
 
getDefaultLabelGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
 
getDefaultValue() - Method in interface org.gradoop.flink.model.api.functions.AggregateDefaultValue
Defines the default value.
getDefaultValue() - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
 
getDeletion() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
getDeletions() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
getDescriptor() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
getDescriptor() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getDescriptorForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
getDescriptorForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
getDescriptorForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
getDescriptorForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
getDescriptorForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
getDescriptorForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
getDiameter(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
Computes the diameter of the given connected graph using.
getDiameter() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the diameter of the query graph.
getDictionaryType() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
getDirection(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the direction in which the path associated with the specified variable is stored in the embedding.
getDirection() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood
Returns the considered edge direction.
getDirectionMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
 
getDirectoryForRecord(T) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
 
getDirectoryForRecord(IT) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
Get the appropriate subdirectory for a record.
getDistinctEdgeProperties(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct edge property values for given property name
Eg (name) -> 20
getDistinctEdgeProperties(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct property values for given edge label property name pair
Eg (Person, name) -> 20
getDistinctSourceVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct source vertices.
getDistinctSourceVertexCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct source vertices incident to an edge with the specified label.
getDistinctSourceVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getDistinctSourceVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getDistinctSourceVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getDistinctSourceVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getDistinctSourceVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Counts or estimates the number of distinct source vertices for edges with a certain label
getDistinctSourceVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Counts or estimates the number of distinct source vertices
getDistinctTargetVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct target vertices.
getDistinctTargetVertexCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct target vertices incident to an edge with the specified label.
getDistinctTargetVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getDistinctTargetVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getDistinctTargetVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getDistinctTargetVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getDistinctTargetVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Counts or estimates the number of distinct target vertices
getDistinctTargetVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Counts or estimates the number of distinct target vertices for edges with a certain label
getDistinctVertexProperties(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct vertex property values for given property name
Eg (name) -> 20
getDistinctVertexProperties(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of distinct property values for given vertex label property name pair
Eg (Person, name) -> 20
getDistributedKey(byte[]) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
Get a row key that is salted with a 1 Byte prefix.
getDotFileFormat(boolean) - Method in enum org.gradoop.flink.io.impl.dot.DOTDataSink.DotFormat
Returns a subclass of AbstractDotFileFormat that implements the specified formatting.
getDouble() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as double.
getDuration() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
getEccentricity(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
Computes the eccentricity for each vertex in the given connected graph.
getEccentricity(QueryHandler, Vertex) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
Computes the eccentricity for the given vertex using a BFS approach.
getEdge() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
 
getEdge() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
returns the edge
getEdgeById(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the edge associated with the given id or null if the edge does not exist.
getEdgeByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns edge by its given variable.
getEdgeByVariable(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the Edge associated with the given variable or null if the variable does not exist.
getEdgeByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns the edge which is identified by the given variable.
getEdgeCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges that are bound to a variable in the GDL script.
getEdgeCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
getEdgeCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
getEdgeCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
 
getEdgeCount(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Calculates the edge count for a given edge multiplex.
getEdgeCount(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getEdgeCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the number of edges in the query graph.
getEdgeCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of edges in the graph
getEdgeCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of edges with the specified label.
getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Returns the number of edges in the query graph.
getEdgeCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getEdgeCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getEdgeCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Returns the number of edges with a given label
getEdgeCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Returns total number of edges
getEdgeCountBySource(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of edges with a specified source vertex label and edge label.
getEdgeCountByTarget(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of edges with a specified target vertex label and edge label.
getEdgeCSVPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the edge file.
getEdgeCSVPath(String) - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the edge file containing only edges with the specified label.
getEdgeData() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
 
getEdgeFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
Get the factory that is responsible for creating edge instances.
getEdgeFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
getEdgeFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
getEdgeFactory() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
 
getEdgeFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
getEdgeFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
getEdgeHandler() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get edge handler
getEdgeHandler() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Get edge handler
getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Returns the edge id
getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
 
getEdgeId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
getEdgeIds() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
 
getEdgeIds() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
 
getEdgeIdsBySourceVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edge ids that start at the given vertex id or null if the given vertex has no outgoing edges.
getEdgeIdsByTargetVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edge ids that point to the given vertex id or null if the given vertex has no incoming edges.
getEdgeLabel(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Getter.
getEdgeLabel(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getEdgeLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Getter.
getEdgeLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Getter.
getEdgeLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
getEdgeLabelGroups() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Returns tuple which contains the properties used for a specific edge label.
getEdgeLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the edge labels available in the meta data.
getEdgeLabels() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
 
getEdgeLabels() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
 
getEdgeMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
 
getEdgeMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Returns a mapping between edge id and property value used for debug.
getEdgeMapping() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Returns a mapping between edge id and property value used for debug.
getEdgePath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the edge directory.
getEdgePropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the property meta data associated with the specified edge label.
getEdges() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges contained in the ASCII graph.
getEdges() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
 
getEdges() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMGraph
Setter.
getEdges() - Method in interface org.gradoop.flink.model.api.layouts.Layout
Returns all edges.
getEdges() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getEdges() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getEdges() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getEdges() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getEdges() - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
 
getEdges() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getEdges() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Gets edges
getEdges() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edges in the query.
getEdges(DataSet<E>, DataSet<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.overlap.OverlapBase
Filters edges based on the given graph identifiers.
getEdges() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns all edges contained in the ASCII graph.
getEdges() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getEdges() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
The request for all elements without specifying a label results in a union of all label-partitioned datasets.
getEdges() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getEdges() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getEdgesByGraphIds(GradoopIdSet) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges that belong to the given graphs.
getEdgesByGraphVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all edges that belong to the given graph variables.
getEdgesByGraphVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns all edges that belong to the given graph variables.
getEdgesByLabel(String) - Method in interface org.gradoop.flink.model.api.layouts.Layout
Returns all edges having the specified label.
getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getEdgesByLabel(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edges with the given label or null if there are no edges with that label.
getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getEdgesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getEdgesBySourceVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edges that start at the given vertex id or null if the given vertex has no outgoing edges.
getEdgesByTargetVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edges that point to the given vertex id or null if the given vertex has no incoming edges.
getEdgesByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns edges by their given variables.
getEdgesByVertexId(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all outgoing and incoming edges that are incident to the given vertex id.
getEdgeSpace(ElementQuery<AccumuloElementFilter<EPGMEdge>>, int) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getEdgeSpace() - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads all edges from the EPGMGraphOutput.
getEdgeSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads all edges from the EPGMGraphOutput.
getEdgeSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
 
getEdgeSpace(ElementQuery<EFilter>) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
Read edges from the EPGMGraphOutput by element query
getEdgeSpace(ElementQuery<EFilter>, int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
Read edges from the EPGMGraphOutput by element query
getEdgeSpace(ElementQuery<HBaseElementFilter<EPGMEdge>>, int) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getEdgeStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
Returns the edge statistics list
getEdgeTable() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get edge table name
getEdgeTableName() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getEdgeTableName() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
Returns the table name where edge data is stored.
getEdgeTableName() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Get edge table name
getEdgeTableName() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getEdgeValue() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
getEdgeVariable() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
Returns the name of the edge variable
getEdgeVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edge variables contained in the pattern.
getEdgeVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns a list of variables that are contained in the embedding and refer to edges.
getElementCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns the number of elements in the sample
getEmbedding() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
getEmbedding() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
Returns a sample embedding.
getEmbedding() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
 
getEmbedding() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
 
getEmbeddingMetaData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
Returns the meta data describing the embeddings produced by this node.
getEmbeddings(int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Returns all embeddings for a give pattern index.
getEmbeddings() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
getEmbeddings() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Getter.
getEmbeddings() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
getEmptyOne() - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Factory method to create an empty graph.
getEmptyOne() - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Factory method to create an empty graph.
getEmptyOne() - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Convenience method to create and empty map.
getEnd() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Returns the end element
getEndKey() - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
Returns the end key of the row key range, i.e., 13 Bytes where position 0 is initialized with the number of regions and positions 1 - 12 are initialized with '1'.
getEndSpeed() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Gets endSpeed
getEntryColumn(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the position of the embedding entry corresponding to the given variable.
getEntryCount() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the number of entries mapped in this meta data.
getEntryMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
 
getEntryType(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the entry type of the given variable.
getEstimatedCardinality() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns the estimated cardinality of the query plan represented by this entry.
getEstimatedCardinality() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
 
getEstimatedTimeBins() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns the binning estimations for tx_from, tx_to, val_from, val_to depending on the vertices that are currently in the reservoir sample
getExecutionEnvironment() - Method in class org.gradoop.flink.util.GradoopFlinkConfig
Returns the Flink execution environment.
getExtensionIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
 
getExtensionIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
Check, if an extension is in in or against direction.
getExtensionIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
 
getFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
Get the factory that is responsible for creating an instance of LG.
getFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
Get the factory that is responsible for creating an instance of GC.
getFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getFileCreationMode(JobContext) - Static method in class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
Gets the file creation mode of a JobContext.
getFilter() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
Get element filter predicate
getFilterPredicate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
Returns a copy of the filter predicate attached to this node.
getFilterPredicate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
Returns a copy of the filter predicate attached to this node.
getFilterPredicate() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
Returns a copy of the filter predicate attached to this node.
getFilterPredicate() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery
get filter predicate
getFilterPredicate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
Returns a copy of the filter predicate attached to this node.
getFilterPredicate() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
Returns a copy of the filter predicate attached to this node.
getFirstGeqEdgeId(int[], int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtils
Find the fist edge greater than or equal to a given 1-edge DFS code.
getFirstGeqEdgeId(int[], int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.SortedSearchGraphUtils
 
getFirstGeqEdgeId(int[], int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.UnsortedSearchGraphUtils
 
getFloat() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as float.
getForce() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Get the last force that was applied to this vertex
getFrom() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
Returns the Long id of the starting vertex of this step.
getFrom() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
getFromId(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Getter.
getFromId(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getFromLabel(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Getter.
getFromLabel(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getFromTime() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
getFromValue() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
getFunction() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborEdgeFunction
 
getFunction() - Method in interface org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborFunction
Returns the aggregate function.
getFunction() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborVertexFunction
 
getFunction() - Method in class org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood
Returns the aggregate function.
getGdlHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the GDL handler
getGDLString() - Method in class org.gradoop.flink.io.impl.gdl.GDLEncoder
Creates a GDL formatted string from the graph heads, vertices and edges.
getGradoopId() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as GradoopId.
getGradoopIds() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
Returns the gradoop ids of the graphs that the edge belongs to.
getGradoopIds() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
Returns the gradoop ids of the graphs that the vertex belongs to.
getGradoopIds() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
Returns the gradoop ids of the graphs that the edge belongs to.
getGradoopIds() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
Returns the gradoop ids of the graphs that the vertex belongs to.
getGraph(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
Turns a pattern in DFS code model into a graph.
getGraph(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
Turns a pattern into a graph transaction in adjacency list model.
getGraph() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
 
getGraph(GradoopId) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
 
getGraph(GradoopId) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns base graph from collection using the given identifier.
getGraphCollection() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
 
getGraphCollection() - Method in class org.gradoop.dataintegration.importer.impl.json.MinimalJSONImporter
 
getGraphCollection() - Method in interface org.gradoop.flink.io.api.DataSource
Reads the input as graph collection.
getGraphCollection() - Method in class org.gradoop.flink.io.impl.csv.CSVDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.edgelist.EdgeListDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.edgelist.VertexLabeledEdgeListDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.graph.GraphDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSource
 
getGraphCollection() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns a collection of all logical graph contained in the database.
getGraphCollection() - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
 
getGraphCollection() - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
 
getGraphCollection() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
Reads a TemporalGraphCollection and converts it to a GraphCollection via function TemporalGraphCollection##getGraphCollection().
getGraphCollectionByVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Builds a GraphCollection from the graph referenced by the given graph variables.
getGraphCollectionFactory() - Method in class org.gradoop.flink.util.GradoopFlinkConfig
Returns a factory that is able to create graph collection layouts.
getGraphCount() - Method in interface org.gradoop.common.model.api.entities.GraphElement
Returns the number of graphs this element belongs to.
getGraphCount() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
getGraphCount() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
 
getGraphElements() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Get a DataSet containing all elements of the graph
getGraphFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
Get the factory that is responsible for creating an instance of LG.
getGraphFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getGraphFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getGraphGDLString() - Static method in class org.gradoop.examples.common.SocialNetworkGraph
Returns the SNA Graph as GDL String.
getGraphGDLString() - Static method in class org.gradoop.examples.frequentpattern.data.DIMSpanData
Provides an example graph collection used for DIMSpanExample
getGraphGDLString() - Static method in class org.gradoop.examples.quickstart.data.QuickstartData
Example Graph for QuickstartExample
getGraphHandler() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get graph handler
getGraphHead() - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayout
Returns a dataset containing a single graph head associated with that logical graph.
getGraphHead() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getGraphHead() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getGraphHead() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getGraphHead() - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
 
getGraphHead() - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
 
getGraphHead() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getGraphHead() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
getGraphHead() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getGraphHeadByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns GraphHead by given variable.
getGraphHeadByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns GraphHead by given variable.
getGraphHeadCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all graph heads that are bound to a variable in the GDL script.
getGraphHeadCSVPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the graph head file.
getGraphHeadCSVPath(String) - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the graph head file containing only graph heads with the specified label.
getGraphHeadFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
Get the factory that is responsible for creating graph head instances.
getGraphHeadFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
getGraphHeadFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
getGraphHeadFactory() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
 
getGraphHeadFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
getGraphHeadFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
getGraphHeadHandler() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Get graph head handler
getGraphHeadName() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getGraphHeadName() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
Returns the table name where graph data is stored.
getGraphHeadName() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getGraphHeadPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the graph head directory.
getGraphHeads() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all GraphHeads contained in the ASCII graph.
getGraphHeads() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
Returns the graph heads associated with the logical graphs in that collection.
getGraphHeads() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getGraphHeads() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getGraphHeads() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getGraphHeads() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getGraphHeads() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns all GraphHeads contained in the ASCII graph.
getGraphHeads() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getGraphHeads() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
The request for all elements without specifying a label results in a union of all label-partitioned datasets.
getGraphHeads() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getGraphHeadsByLabel(String) - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
Returns the graph heads associated with the logical graphs in that collection filtered by label.
getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getGraphHeadsByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getGraphHeadsByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getGraphHeadsByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
getGraphHeadsByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getGraphHeadsByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns GraphHeads by their given variables.
getGraphHeadsByVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns the graph heads assigned to the specified variables.
getGraphHeadStrings(GC) - Method in class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
Created a dataset of (graph id, canonical label) pairs.
getGraphHeadTable() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get graph head table name
getGraphId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
getGraphId() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Getter.
getGraphId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
getGraphId() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
 
getGraphId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
getGraphId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
 
getGraphIds() - Method in interface org.gradoop.common.model.api.entities.GraphElement
Returns all graphs that element belongs to.
getGraphIds() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
repeated bytes graphIds = 4;
getGraphIds(int) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
repeated bytes graphIds = 4;
getGraphIds(int) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
repeated bytes graphIds = 4;
getGraphIds(int) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
getGraphIds(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
repeated bytes graphIds = 4;
getGraphIds(int) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
repeated bytes graphIds = 4;
getGraphIds() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
 
getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
repeated bytes graphIds = 4;
getGraphIdsCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
repeated bytes graphIds = 4;
getGraphIdsList() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
repeated bytes graphIds = 4;
getGraphIdsList() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
repeated bytes graphIds = 4;
getGraphIdsList() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
getGraphIdsList() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
repeated bytes graphIds = 4;
getGraphIdsList() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
repeated bytes graphIds = 4;
getGraphLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the graph labels available in the meta data.
getGraphPropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the property meta data associated with the specified graph label.
getGraphs(GradoopIdSet) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
 
getGraphs(GradoopId...) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Extracts base graphs from collection using their identifiers.
getGraphs(GradoopIdSet) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Extracts base graphs from collection using their identifiers.
getGraphSpace(ElementQuery<AccumuloElementFilter<EPGMGraphHead>>, int) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getGraphSpace() - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads all graphs from the EPGMGraphOutput.
getGraphSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads all graphs from the EPGMGraphOutput.
getGraphSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
 
getGraphSpace(ElementQuery<GFilter>) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
Read graph elements from the EPGMGraphOutput by element query
getGraphSpace(ElementQuery<GFilter>, int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
Read graph elements from the EPGMGraphOutput by element query
getGraphSpace(ElementQuery<HBaseElementFilter<EPGMGraphHead>>, int) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getGraphStatistics() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalEstimator
 
getGraphTableName() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Get graph table name
getGraphTransaction(AdjacencyList<GradoopId, String, GradoopId, GradoopId>) - Static method in class org.gradoop.flink.representation.transactional.RepresentationConverters
adjacency list => transaction
getGraphTransactions() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
Returns the graph collection represented as graph transactions.
getGraphTransactions() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getGraphTransactions() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getGraphTransactions() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getGraphTransactions() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getGraphTransactions() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getGraphTransactions() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
getGraphTransactions() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getGroupingLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the grouping label
getGroupingValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
getGroupingValues() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Returns the grouping values of the group item.
getGroupingValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
getGroupLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
getGroupLabel() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Returns the label of the group of the group item.
getGroupLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the group label
getGroupLabel() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
getHeight() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
 
getHeight() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
 
getHeight() - Method in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
The height of the layout-area for this layouter
getHeight() - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
 
getId() - Method in interface org.gradoop.common.model.api.entities.Identifiable
Returns the identifier of that entity.
getId() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getId() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMGraph
Getter.
getId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.TFSMGraph
 
getId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
getId() - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
Returns the elements id.
getId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
getId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
getId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
getId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
 
getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes id = 1;
getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required bytes id = 1;
getId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required bytes id = 1;
getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required bytes id = 1;
getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
required bytes id = 1;
getId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
required bytes id = 1;
getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required bytes id = 1;
getId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
required bytes id = 1;
getId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
required bytes id = 1;
getId() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
Gets id
getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Gets id
getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Gets id
getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Gets id
getId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Gets id
getId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
 
getId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Get edge id
getId(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the Id of the entry stored at the specified position
getId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
 
getId() - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
 
getId() - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
 
getId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
getId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
getId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes id = 1;
getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required bytes id = 1;
getId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required bytes id = 1;
getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required bytes id = 1;
getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required bytes id = 1;
getId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required bytes id = 1;
getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required bytes id = 1;
getId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required bytes id = 1;
getId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required bytes id = 1;
getIdAsList(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the ID or ID-List stored at the specified position
getIdData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the internal representation of the stored ids
getIdFilter(GradoopIdSet, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
Creates a HBase Filter object to return only graph elements that are equal to the given GradoopIds.
getIdList(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the ID-List stored at the specified column
getIdListData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the internal representation of the stored IdLists
getIdsAsList(List<Integer>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the IDs entries stored at the specified positions
getIdSet() - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
 
getIncomingCandidateCounts() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
getIncomingRows() - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
 
getIncrement(Element) - Method in class org.gradoop.examples.aggregation.functions.AggregateListOfNames
 
getIncrement(Element) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Describes the increment of an element that should be added to the aggregate.
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.average.AverageProperty
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasLabel
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.count.Count
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxProperty
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinProperty
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumProperty
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificAggregatorWrapper
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.UnlabeledGroupAggregatorWrapper
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccEdges
 
getIncrement(Element) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.AggregateListOfWccVertices
 
getIncrement(Element) - Method in interface org.gradoop.temporal.model.api.functions.TemporalAggregateFunction
Get the increment to be added to the aggregate from an element.
getIncrement(TemporalElement) - Method in interface org.gradoop.temporal.model.api.functions.TemporalAggregateFunction
Get the increment of a temporal element to be added to the aggregate value.
getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
Get a time stamp as the aggregate value from a temporal element.
getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
Get the duration of a time dimension as the aggregate value from a temporal element.
getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxDuration
Calculates the duration of a given element depending on the given TimeDimension.
getIncrement(TemporalElement) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinDuration
Calculates the duration of a given element depending on the given TimeDimension.
getIncrementValues(Element) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the property values of the given element which are used for aggregation.
getIndex(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Find index of a given pattern
getInstance() - Static method in class org.gradoop.storage.hbase.utils.RegionSplitter
Static function to return the instance of this RegionSplitter.
getInstance() - Static method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
Static function to return the instance of this RowKeyDistributor.
getInt() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as int.
getK() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Gets k.
getK() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Gets k
getKey() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Returns the property key.
getKey() - Method in class org.gradoop.common.model.impl.properties.Property
Returns the property key.
getKey(E) - Method in class org.gradoop.dataintegration.transformation.functions.GetPropertiesAsList
 
getKey(E) - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
Extracts the birthday property from the element and divides it by 10.
getKey(G) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.GraphId
 
getKey(HITS.Result<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.hits.functions.HitsResultKeySelector
Selects GradoopId as key
getKey(PageRank.Result<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.pagerank.functions.PageRankResultKey
 
getKey(E) - Method in interface org.gradoop.flink.model.api.functions.KeyFunction
Get the key from the element.
getKey(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.Id
 
getKey(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.Label
 
getKey(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.Properties
 
getKey(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.SourceId
 
getKey(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.TargetId
 
getKey(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of2
 
getKey(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of3
 
getKey(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of4
 
getKey(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value1Of2
 
getKey(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value1Of3
 
getKey(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value2Of3
 
getKey(Tuple2<GD, C>) - Method in class org.gradoop.flink.model.impl.operators.difference.functions.IdOf0InTuple2
 
getKey(Tuple2<K, GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.LeftElementId
 
getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
 
getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
 
getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
 
getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
 
getKey(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
 
getKey(LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector
 
getKey(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractExpandColumn
 
getKey(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractJoinColumns
 
getKey(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.ExtractPropertyJoinColumns
 
getKey(T) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.keyselector.IdInTuple
 
getKey() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropEquals
 
getKey() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
 
getKey() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropReg
 
getKey(T) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
 
getKey(T) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
 
getKey(T) - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
 
getKeys() - Method in class org.gradoop.common.model.impl.properties.Properties
Returns property keys in insertion order.
getKeys() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
 
getKeyTypeInfo() - Method in class org.gradoop.flink.io.impl.graph.functions.InitElement
Returns type information for the import element identifier.
getLabel() - Method in interface org.gradoop.common.model.api.entities.Labeled
Returns the label of that entity.
getLabel() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
 
getLabel() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
 
getLabel() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
getLabel() - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
Returns the elements label.
getLabel() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
getLabel() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
getLabel() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
getLabel() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
 
getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required string label = 2;
getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required string label = 2;
getLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required string label = 2;
getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required string label = 2;
getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
required string label = 2;
getLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
required string label = 2;
getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required string label = 2;
getLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
required string label = 2;
getLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
required string label = 2;
getLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
 
getLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
 
getLabel() - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
 
getLabel(ID) - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
Label accessor.
getLabel() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
getLabel() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
getLabel() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required string label = 2;
getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required string label = 2;
getLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required string label = 2;
getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required string label = 2;
getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required string label = 2;
getLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required string label = 2;
getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required string label = 2;
getLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required string label = 2;
getLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required string label = 2;
getLabel() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns the label of the elements
getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required string label = 2;
getLabelBytes() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
required string label = 2;
getLabelBytes() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
required string label = 2;
getLabelBytes() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required string label = 2;
getLabelBytes() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required string label = 2;
getLabelBytes() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required string label = 2;
getLabelBytes() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required string label = 2;
getLabelBytes() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required string label = 2;
getLabelGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
getLabelGroup() - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Returns the label group of the group item.
getLabelGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
getLabelGroups() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
 
getLabelInFilter(Set<String>, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
Creates a HBase Filter object representation of labelIn predicate
getLabelRegFilter(Pattern, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
Creates a HBase Filter object representation of labelReg predicate
getLabels() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelIn
 
getLabelsForVariables(Collection<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns a mapping between the given variables (if existent) and the corresponding element label.
getLat() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Gets the latitude.
getLayoutFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Get the layout factory responsible for creating a graph collection layout.
getLayoutFactory() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Get the layout factory responsible for creating a graph layout.
getLayoutFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
getLayoutFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
getLayoutFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
getLayoutFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
getLeftChild() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.BinaryNode
Returns the left input node.
getLength() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Get length
getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
Retruns the wrapped left hand side predicate
getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
Returns the left hand side predicate
getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
Returns the wrapped left hand side predicate
getLhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Returns the wrapped left hand side of the comparison
getList() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as List<PropertyValue>.
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Returns the logger for the concrete subclass.
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.debug.PrintEmbedding
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEdgeStep
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintVertexStep
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintDeletion
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintFatVertex
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintMessage
 
getLogger() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintTripleWithDirection
 
getLogicalGraph() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Import each row of the file as a vertex and create a logical graph from it.
getLogicalGraph() - Method in class org.gradoop.dataintegration.importer.impl.json.MinimalJSONImporter
 
getLogicalGraph() - Method in interface org.gradoop.flink.io.api.DataSource
Reads the input as logical graph.
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.csv.CSVDataSource
Will use a single graph head of the collection as final graph head for the graph.
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSource
Will use a single graph head of the collection as final graph head for the graph.
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.edgelist.EdgeListDataSource
 
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.edgelist.VertexLabeledEdgeListDataSource
 
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.graph.GraphDataSource
Transforms the import graph into a logical graph.
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
 
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSource
 
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSource
 
getLogicalGraph() - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSource
 
getLogicalGraph() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns a logical graph containing the complete vertex and edge space of the database.
getLogicalGraph(boolean) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns a logical graph containing the complete vertex and edge space of the database.
getLogicalGraph() - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
 
getLogicalGraph() - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
 
getLogicalGraph() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
Reads a TemporalGraph and converts it to a LogicalGraph via function TemporalGraph##getLogicalGraph().
getLogicalGraphByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Builds a LogicalGraph from the graph referenced by the given graph variable.
getLogicalGraphFactory() - Method in class org.gradoop.flink.util.GradoopFlinkConfig
Returns a factory that is able to create logical graph layouts.
getLon() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Gets Longitude
getLong() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as long.
getMap() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped Map as Map<PropertyValue, PropertyValue>.
getMap() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
 
getMatches(EL1, Collection<EL2>, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.matching.ElementMatcher
Returns all query candidate ids for the given EPGM element.
getMaxEdgeCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
 
getMaxIterations() - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
Returns the maximum number of iterations the algorithm is executed.
getMaxIterations() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Gets maxIterations
getMaxNormalizedKeyLen() - Method in class org.gradoop.common.model.impl.id.GradoopId
 
getMaxRepulsionDistance() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Gets maxRepulsionDistance
getMaxRepulsionDistance() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Gets maxRepulsionDistance
getMaxTimePoint() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Retrurns the record's message type
getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.write.EdgeWriteSupport
 
getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.write.GraphHeadWriteSupport
 
getMessageType() - Method in class org.gradoop.flink.io.impl.parquet.plain.write.VertexWriteSupport
 
getMessageType() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
getMessageType() - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalEdgeWriteSupport
 
getMessageType() - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalGraphHeadWriteSupport
 
getMessageType() - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalVertexWriteSupport
 
getMessageTypes() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
getMetaDataPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Get the path to the metadata file.
getMin() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
 
getMinEdgeCount() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
 
getMinSupport() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
getMinSupport() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
 
getMinTimePoint() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
getMutableProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
Deprecated.
getMutableProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
Deprecated.
getMutableProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
Deprecated.
getMutableProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
Deprecated.
getMutableProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
Deprecated.
getMutableProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
Deprecated.
getName() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
 
getName() - Method in class org.gradoop.flink.algorithms.fsm.TransactionalFSM
 
getName() - Method in interface org.gradoop.flink.model.api.operators.Operator
Returns the operators name.
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
 
getName() - Method in interface org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.PhysicalOperator
Get the operator description This is used for Flink operator naming
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
 
getName() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
 
getName() - Method in enum org.gradoop.flink.model.impl.operators.sampling.functions.Neighborhood
Get the property name for an instance of Neighborhood.
getName() - Method in enum org.gradoop.flink.model.impl.operators.sampling.functions.VertexDegree
Get the property name for an instance of VertexDegree.
getName() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
 
getName() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
 
getNeighborId() - Method in class org.gradoop.dataintegration.transformation.impl.NeighborhoodVertex
Get the GradoopId of the neighbor vertex.
getNeighborIds(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertex ids that are adjacent to the given vertex (without considering edge direction).
getNeighbors(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertices that are adjacent to the given vertex (without considering edge direction).
getNextId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
getNextVersionNumber(EL) - Method in class org.gradoop.dataintegration.transformation.impl.BasePropertyTransformationFunction
Returns the next unused version number.
getNonTemporalIncrement(Element) - Method in interface org.gradoop.temporal.model.api.functions.TemporalAggregateFunction
Get the default value used for non-temporal elements or throw an exception.
getNow() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
getNow() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
 
getNow() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Returns the TimeLiteral representing the systime at the start of query processing
getNumberOfRegions() - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
Get the number of regions.
getNumericalOccurrenceEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns a map that maps every numerical property to an estimation of the probability of its occurrence (based on the current reservoir sample)
getNumericalPropertyStatsEstimation() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns a map that maps every numerical property to an estimation of its mean and variance based on the current reservoir sample
getObject() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as object.
getObject() - Method in class org.gradoop.flink.model.impl.tuples.WithCount
 
getOffset() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Get offset
getOriginalKey(byte[]) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
Get the original key by the given key with a prefix.
getOutgoingRows() - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
 
getParentIds() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
getParserForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getParserForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getParserForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getParserForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getParserForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getParserForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getPath() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Returns the path
getPathCount() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the number of variable length paths mapped in this meta data.
getPathVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns a list of variables that are contained in the embedding and refer to paths.
getPattern(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Returns a pattern at a given index.
getPatternCompressionInStep() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
getPatternCount() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Convenience method.
getPatternVerificationInStep() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
getPerVertex(LogicalGraph, DataSet<EPGMVertex>, Neighborhood.EdgeDirection) - Static method in class org.gradoop.dataintegration.transformation.impl.Neighborhood
This methods returns a DataSet containing a tuple where the first part is a vertex and the second one a list of all neighbors of this vertex.
getPosition() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Gets position
getPosition() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Gets position
getPossibleRowKeys(GradoopId) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Returns a list of all possible row keys for the given gradoop id according to the spreading byte.
getPossibleRowKeys(GradoopId) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
getPredecessorIds(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edge ids that point to the source vertex of the given edge or null if the edge has no predecessors.
getPredecessors(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edges that point to the source vertex of the given edge or null if the edge has no predecessors.
getPredicates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Returns the stored predicates
getPredicates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all available predicates in Conjunctive Normal Form CNF.
getPredicates() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns the remaining predicates not covered by this plan entry.
getPredicates() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Returns all available predicates in Conjunctive Normal Form CNF.
getPreviousIterations() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Gets previousIterations
getProcessedVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns the query variables that have been processed by this plan entry.
getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.CreateCartesianNeighborhoodEdges
 
getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.CreateEdgesFromTriple
 
getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.CreateVertexFromEdges
 
getProducedType() - Method in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
 
getProducedType() - Method in class org.gradoop.flink.algorithms.btgs.functions.NewBtgGraphHead
 
getProducedType() - Method in class org.gradoop.flink.io.impl.graph.functions.InitEdge
 
getProducedType() - Method in class org.gradoop.flink.io.impl.graph.functions.InitVertex
 
getProducedType() - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueInputFormat
 
getProducedType() - Method in class org.gradoop.flink.model.impl.functions.epgm.EdgeFromIds
 
getProducedType() - Method in class org.gradoop.flink.model.impl.functions.epgm.InitGraphHead
 
getProducedType() - Method in class org.gradoop.flink.model.impl.functions.epgm.VertexFromId
 
getProducedType() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildSuperVertex
 
getProducedType() - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.ReduceEdgeGroupItems
 
getProducedType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperEdgeFromTuple
 
getProducedType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperVertexFromTuple
 
getProducedType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromElements
 
getProducedType() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.InitGraphHeadWithLineage
 
getProgress() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Returns the current process of input streaming.
getProjectionKeys() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
Returns a copy of the projection keys attached to this node.
getProjectionKeys() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
Returns a copy of the projection keys attached to this node.
getProjectionKeys() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
Returns a copy of the projection keys attached to this node.
getProjectionKeys() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
Returns a copy of the projection keys attached to this node.
getProjectionPairs() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns all (variable,key) pairs needed for further query processing.
getProjectionPairs() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
Returns all (variable,key) pairs needed for further query processing.
getPropEqualsFilter(String, PropertyValue, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
Creates a HBase Filter object representation of propEquals predicate
getProperties() - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns all properties of that entity.
getProperties() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getProperties() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
getProperties() - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
Returns a string that represents the elements properties.
getProperties() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
getProperties() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
getProperties() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
getProperties() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
 
getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
Deprecated.
getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
Deprecated.
getProperties() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
Deprecated.
getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
Deprecated.
getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
Deprecated.
getProperties() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
Deprecated.
getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
Deprecated.
getProperties() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
Deprecated.
getProperties() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
Deprecated.
getProperties() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns a list of all property values stored in the embedding
getProperties(ID) - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
Property accessor.
getProperties() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
getProperties() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
getProperties() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
Deprecated.
getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
Deprecated.
getProperties() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
Deprecated.
getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
Deprecated.
getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
Deprecated.
getProperties() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
Deprecated.
getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
Deprecated.
getProperties() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
Deprecated.
getProperties() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
Deprecated.
GetPropertiesAsList<E extends Attributed> - Class in org.gradoop.dataintegration.transformation.functions
A map and key function used to extract property values of certain keys as a PropertyValueList.
GetPropertiesAsList(List<String>) - Constructor for class org.gradoop.dataintegration.transformation.functions.GetPropertiesAsList
Create a new instance of this key function.
getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getPropertiesCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getPropertiesCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
getPropertiesCount() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getPropertiesCount() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getPropertiesCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getPropertiesCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
getPropertiesCount() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getPropertiesCount() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
map<string, bytes> properties = 3;
getPropertiesMap() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
map<string, bytes> properties = 3;
getPropertiesMap() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
map<string, bytes> properties = 3;
getPropertiesMap() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
map<string, bytes> properties = 3;
getPropertiesMap() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
map<string, bytes> properties = 3;
getPropertiesMap() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
getPropertiesMap() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
map<string, bytes> properties = 3;
getPropertiesMap() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
map<string, bytes> properties = 3;
getPropertiesOrDefault(String, ByteString) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
map<string, bytes> properties = 3;
getPropertiesOrThrow(String) - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
map<string, bytes> properties = 3;
getProperty(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the property stored at the specified column
getPropertyColumn(String, String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the position of the PropertyValue corresponding to the Variable-PropertyKey-Pair.
getPropertyCount() - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns the number of properties stored at that entity.
getPropertyCount() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getPropertyCount() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns the number of property values mapped in this meta data.
getPropertyData() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the internal representation of the stored properties
getPropertyKey() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
Returns the property key of the property selector.
getPropertyKeys() - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns all property keys of that entity or null it that entity has no properties.
getPropertyKeys() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getPropertyKeys() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Returns the property keys
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
 
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
 
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
 
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
 
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
 
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Returns the properties referenced by the expression for a given variable
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Retrieves a set of all property keys referenced by the predicate for a given variable
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
Returns a set of property keys referenced by this expression for a given variable
getPropertyKeys(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns a list of all property keys that are contained in the embedding regarding the specified variable.
getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
 
getPropertyKeys(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
 
getPropertyMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
 
getPropertyMetaData(String, String) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaData
Get the property meta data for the type and label.
getPropertyMetaData(Property) - Static method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataParser
Returns the property meta data string for the specified property.
getPropertyPairs() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns all (variable,key) pairs attached to the query plan.
getPropertyString(E, String) - Method in class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
Returns the concatenated property values of the specified element according to the meta data.
getPropertyValue(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns the object referenced by the given key or null if the key does not exist.
getPropertyValue(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
getPropLargerThanFilter(String, PropertyValue, boolean, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
Creates a HBase Filter object representation of propLargerThan predicate
getPropRegFilter(String, Pattern, boolean) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
Creates a HBase Filter object representation of propReg predicate
getQuery() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Returns the GDL query processed by this operator instance.
getQuery() - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Returns the element query or null, if no query was applied before.
getQuery() - Method in interface org.gradoop.storage.hbase.impl.api.GraphHeadHandler
Returns the element query or null, if no query was applied before.
getQuery() - Method in interface org.gradoop.storage.hbase.impl.api.VertexHandler
Returns the element query or null, if no query was applied before.
getQuery() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
getQuery() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
 
getQuery() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
 
getQuery() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Returns the GDL query processed by this operator instance.
getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
 
getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractFilter
 
getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
 
getQueryHandler() - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.Traverser
Returns the query handler.
getQueryHandler() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Returns the query handler.
getQueryHandler() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalEstimator
 
getQueryHandler() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Returns the query handler.
getQueryPlan() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation.QueryPlanEstimator
Returns the estimated query plan.
getQueryPlan() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
 
getQueryPlan() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanEstimator
Returns the estimated query plan.
getQueryPlan() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
 
getQueryRanges() - Method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
Get query ranges by anti-encrypt wrapper
getQueryRanges() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery
get query range by gradoop id
getRadius(QueryHandler) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
Computes the radius of the given connected graph.
getRadius() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the radius of the query graph.
getRawBytes(T) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Serializes the given object.
getRawBytes() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
getRawBytes(BigDecimal) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
getRawBytes(Boolean) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
Serializes the given object.
getRawBytes(LocalDate) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
getRawBytes(LocalDateTime) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
getRawBytes(Double) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
getRawBytes(Float) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
getRawBytes(GradoopId) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
getRawBytes(Integer) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
getRawBytes(List<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
Serializes the given object.
getRawBytes(Long) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
getRawBytes(Map<PropertyValue, PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
Serializes the given object.
getRawBytes(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
getRawBytes(Object) - Static method in class org.gradoop.common.model.impl.properties.strategies.PropertyValueStrategyFactory
Get byte array representation of the provided object.
getRawBytes(Set<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
Serializes the given object.
getRawBytes(Short) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
getRawBytes(String) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
getRawBytes(LocalTime) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getRawBytesWithoutType(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
Get the raw byte representation of a PropertyValue instance without the type byte as prefix.
getRawId(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the ID of the entry stored at the specified position represented as byte array
getRawIdEntry(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the internal representation of the IdEntry stored at the specified position
getRawProperty(int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the internal representation of the property stored at the specified column
getRawType() - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Gets a byte which represents the data type the specific strategy handles.
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
getRawType() - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getRecipientId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
getRecipientId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
getRecordWriter(TaskAttemptContext) - Method in class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
 
getReduceFilter() - Method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
Get reduce filter
getReg() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelReg
 
getReg() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropReg
 
getReservoirSample() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Returns the reservoir sample
getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
Retruns the wrapped right hand side predicate
getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
Returns the right hand side predicate
getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
Returns the wrapped right hand side predicate
getRhs() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Returns the wrapped left hand side of the comparison
getRightChild() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.BinaryNode
Returns the right input node.
getRightmostPathTimes(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
Calculates the rightmost path of a given pattern.
getRightmostPathTimes(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
 
getRoot() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
Returns the root node of the query plan
getRootConverter(Configuration) - Static method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
Gets the root converter class of a job's Configuration.
getRootConverter() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRecordMaterializer
 
getRowKey(GradoopId) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Creates a globally unique row key based on the given gradoop id.
getRowKey(GradoopId) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
Creates a globally unique row key based on the given gradoop id.
getSample() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns the sample
getSampleSize() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Returns the size of the sample
getScanner() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
Get the scanner instance.
getScanner() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
Get the scanner instance.
getScanner() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
Get the scanner instance.
getSenderId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
getSenderIds() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
getSerializedSize() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getSerializedSize() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getSerializedSize() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getSerializedSize() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getSerializedSize() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getSerializedSize() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getSet() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped Set as Set<PropertyValue>.
getShort() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as short.
getSingleEdgePatternEmbeddings(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
Finds all 1-edge patterns and their embeddings in a given graph.
getSingleEdgePatternEmbeddings(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
 
getSingleEdgePatternIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
 
getSingleEdgePatternIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
Check if an edge is outgoing.
getSingleEdgePatternIsOutgoing(int[], int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
 
getSize() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
getSize() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Getter.
getSize() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
getSource() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Get source id
getSourceCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
getSourceId() - Method in interface org.gradoop.common.model.api.entities.Edge
Returns the source vertex identifier.
getSourceId() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
getSourceId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Getter.
getSourceId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Getter.
getSourceId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
 
getSourceId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
Returns the string that represents the source.
getSourceId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
getSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes sourceId = 5;
getSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required bytes sourceId = 5;
getSourceId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required bytes sourceId = 5;
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Gets sourceId
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Returns the source id
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
getSourceId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
getSourceId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
Returns the string that represents the source.
getSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes sourceId = 5;
getSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required bytes sourceId = 5;
getSourceId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required bytes sourceId = 5;
getSourceId() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
 
getSourceLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Getter.
getSourceLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
getSourceTargetVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns a mapping from edge variable to the corresponding source and target variables.
getSourceVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
 
getSourceVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Returns the source vertex.
getSplitCharacter(String) - Static method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
Get the character that should be used to split the given line
getStartKey() - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
Returns the start key of the row key range, i.e., 13 Bytes initialized with '0'.
getStartSpeed() - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Gets startSpeed
getStep(int) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
Return the i-th step of the traversal code.
getSteps() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
Return a list containing each step of the traversal.
getString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped value as String.
getSubCNF(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Filters all disjunctions that could be evaluated with the given variable and returns them in a new CNF.
getSubCNF(Set<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Filters all disjunctions that could be evaluated with the given set of variables and returns them in a new CNF.
getSubEdges() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Get the list of sub-edge ids for this edge
getSubelementListValue(List<GradoopId>) - Static method in class org.gradoop.flink.model.impl.operators.layouting.functions.LGraphToEPGMMapper
Helper function to convert the List of sub-elements into a comma seperated string Gradoop (especially the CSVDataSink) seems to have trouble with lists of PropertyValues, so this is the easies workaround
getSubVertices() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Get list of sub-vertex ids
getSuccessorIds(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edge ids that start at the target vertex of the given edge or null if the edge has no successors.
getSuccessors(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all edges that start at the target vertex of the given edge or null if the edge has no successors.
getSuperVertexId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
getSuperVertexId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
 
getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
Get table by table prefix definition
getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
 
getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
 
getTableName(String) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
 
getTableName() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
 
getTableName() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
 
getTableName() - Method in class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
 
getTarget() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Get target id
getTargetId() - Method in interface org.gradoop.common.model.api.entities.Edge
Returns the target vertex identifier.
getTargetId() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
getTargetId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Getter.
getTargetId(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Getter.
getTargetId() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
 
getTargetId() - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
Returns the string that represents the target.
getTargetId() - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
getTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes targetId = 6;
getTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required bytes targetId = 6;
getTargetId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required bytes targetId = 6;
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Gets targetId
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Returns the target id
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
 
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
getTargetId() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
getTargetId() - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
Returns the string that represents the target.
getTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes targetId = 6;
getTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required bytes targetId = 6;
getTargetId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required bytes targetId = 6;
getTargetId() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
 
getTargetLabel(int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Getter.
getTargetLabel() - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
getTargetVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
 
getTargetVertex() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Returns the target vertex
getTemporalGraph(GradoopFlinkConfig) - Static method in class org.gradoop.examples.common.TemporalCitiBikeGraph
Returns the temporal graph instance.
getTemporalGraph() - Method in interface org.gradoop.temporal.io.api.TemporalDataSource
Reads the input as temporal graph.
getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
 
getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
 
getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
 
getTemporalGraph() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
 
getTemporalGraphCollection() - Method in interface org.gradoop.temporal.io.api.TemporalDataSource
Reads the input as temporal graph collection.
getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
 
getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
 
getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
 
getTemporalGraphCollection() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
 
getTemporalGraphCollectionFactory() - Method in class org.gradoop.temporal.util.TemporalGradoopConfig
Return a factory that is able to create temporal graph collections.
getTemporalGraphFactory() - Method in class org.gradoop.temporal.util.TemporalGradoopConfig
Return a factory that is able to create temporal graphs.
getTemporalPropertyStats(TimeSelector.TimeField) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Returns the (not binning-based) statistics for temporal properties.
getTiePoint() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
getTiePointId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
 
getTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Returns the wrapped List as LocalTime.
getTimeByDimension(TimeDimension) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the time tuple (from, to) regarding to the given TimeDimension.
getTimeConstant() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
Returns the wrapped constant
getTimeField() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
Returns the TimeField (i.e.
getTimeLiteral() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
Returns the wrapped TimeLiteral
getTo() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
Returns the target vertex of this step.
getTo() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
getToId(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Getter.
getToId(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getToLabel(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Getter.
getToLabel(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getTopKey() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
getTopValue() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
getToTime() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
getToValue() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
getTransactions() - Method in interface org.gradoop.flink.model.api.operators.GraphTransactionsOperators
Getter.
getTransactionTime() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the transaction time tuple (tx-from, tx-to).
getTransformations() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
 
getTraversals() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
 
getTriples() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the query graph as a collection of triples.
getTxDurationStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Return the statistics for tx time durations.
getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txFrom = 7;
getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 txFrom = 7;
getTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 txFrom = 7;
getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txFrom = 4;
getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 txFrom = 4;
getTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 txFrom = 4;
getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txFrom = 5;
getTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 txFrom = 5;
getTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 txFrom = 5;
getTxFrom() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the beginning of the elements transaction interval as unix timestamp in milliseconds.
getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txTo = 8;
getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 txTo = 8;
getTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 txTo = 8;
getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txTo = 5;
getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 txTo = 5;
getTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 txTo = 5;
getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txTo = 6;
getTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 txTo = 6;
getTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 txTo = 6;
getTxTo() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the end of the elements transaction interval as unix timestamp in milliseconds.
getType() - Method in interface org.gradoop.common.model.api.entities.ElementFactory
Returns the type of the instances produced by that factory.
getType() - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Gets the class of the data type the specific strategy handles.
getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
getType() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
getType() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Get the data type as class object according to the first position of the rawBytes[] array.
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
getType() - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
getType() - Method in class org.gradoop.examples.keyedgrouping.functions.AgeRoundedTo10
Get the type of the key.
getType() - Method in interface org.gradoop.flink.model.api.functions.KeyFunction
Get the type of the key.
getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.CompositeKeyFunction
 
getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.ConstantKeyFunction
 
getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
 
getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
 
getType() - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
 
getType() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Returns the type of this plan table entry.
getType() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.DurationKeyFunction
 
getType() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
 
getType() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
 
getType() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
getType() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
getType() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
getTypeByte(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.BytesUtils
Get the type byte of a PropertyValue instance.
getTypeByte() - Method in enum org.gradoop.common.model.impl.properties.Type
Returns the byte representation.
getTypeString(PropertyValue) - Static method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the type string for the specified property value.
getTypeString() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Returns the property type string.
getUnknownFields() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
getUnknownFields() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
getUnknownFields() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
getUnknownFields() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
getUnknownFields() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
getUnknownFields() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
getValDurationStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Return the statistics for valid time durations.
getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valFrom = 9;
getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 valFrom = 9;
getValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 valFrom = 9;
getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valFrom = 6;
getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 valFrom = 6;
getValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 valFrom = 6;
getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valFrom = 7;
getValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 valFrom = 7;
getValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 valFrom = 7;
getValidFrom() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the beginning of the elements validity as unix timestamp in milliseconds.
getValidTime() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the valid time tuple (valid-from, valid-to).
getValidTo() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Get the end of the elements validity as unix timestamp in milliseconds.
getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valTo = 10;
getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 valTo = 10;
getValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 valTo = 10;
getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valTo = 7;
getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 valTo = 7;
getValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 valTo = 7;
getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valTo = 8;
getValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 valTo = 8;
getValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 valTo = 8;
getValue() - Method in class org.gradoop.common.model.impl.properties.Property
Returns the property value.
getValue() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Gets value
getValue() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
Returns the value of the literal.
getValue() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropEquals
 
getValueParser() - Method in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Returns a parser for the property value.
getValues() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
 
getVariable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
Returns the query variable of the property selector.
getVariable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
Returns the variable of the wrapped TimeSelector
getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
 
getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
 
getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Returns the variables referenced by the expression
getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Retrieves a set of all variables included in the predicate collection
getVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns a list of all variable that are contained in the embedding.
getVariablesWithProperties() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns a list of all variables that are contained in the embedding and have at least one associated property column.
getVertexById(GradoopId) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
Returns a vertex matching a given identifier.
getVertexById(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the vertex associated with the given id or null if the vertex does not exist.
getVertexByVariable(String) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns vertex by its given variable.
getVertexByVariable(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the vertex associated with the given variable or null if the variable does not exist.
getVertexByVariable(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns the vertex which is identified by the given variable.
getVertexCache() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices that are bound to a variable in the GDL script.
getVertexCandidates() - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
 
getVertexCount(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Calculates the vertex count for a given edge multiplex.
getVertexCount(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns the number of vertices in the query graph.
getVertexCount() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of vertices in the graph.
getVertexCount(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Returns the number of vertices with the specified label.
getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Returns the number of vertices in the query graph.
getVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
 
getVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy.DummyTemporalGraphStatistics
 
getVertexCount(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Returns the number of vertices with a given label
getVertexCount() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
Returns total number of vertices
getVertexCSVPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the vertex file.
getVertexCSVPath(String) - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the vertex file containing only vertices with the specified label.
getVertexData() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
 
getVertexFactory() - Method in interface org.gradoop.common.model.api.entities.ElementFactoryProvider
Get the factory that is responsible for creating vertex instances.
getVertexFactory() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
getVertexFactory() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
getVertexFactory() - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
 
getVertexFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
getVertexFactory() - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
getVertexHandler() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get vertex handler
getVertexHandler() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Get vertex handler
getVertexId() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
getVertexId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.VertexStep
 
getVertexId() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
getVertexIds() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
 
getVertexLabelGroups() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Returns tuple which contains the properties used for a specific vertex label.
getVertexLabels() - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the vertex labels available in the meta data.
getVertexLabels(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Returns distinct vertex labels from a given edge multiplex.
getVertexLabels(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
getVertexLabels() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
 
getVertexMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
 
getVertexMapping() - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Returns a mapping between vertex id and property value used for debug.
getVertexMapping() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Returns a mapping between vertex id and property value used for debug.
getVertexPath() - Method in class org.gradoop.flink.io.impl.csv.CSVBase
Returns the path to the vertex directory.
getVertexPropertyMetaData(String) - Method in class org.gradoop.common.model.impl.metadata.MetaData
Returns the property meta data associated with the specified vertex label.
getVertexSpace(ElementQuery<AccumuloElementFilter<EPGMVertex>>, int) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getVertexSpace() - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads all vertices from the EPGMGraphOutput.
getVertexSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads all vertices from the EPGMGraphOutput.
getVertexSpace(int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
 
getVertexSpace(ElementQuery<VFilter>) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
Read vertices from the EPGMGraphOutput by element query
getVertexSpace(ElementQuery<VFilter>, int) - Method in interface org.gradoop.storage.common.api.EPGMGraphPredictableOutput
Read vertices from the EPGMGraphOutput by element query
getVertexSpace(ElementQuery<HBaseElementFilter<EPGMVertex>>, int) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getVertexStats() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatistics
Returns the vertex statistics list
getVertexTable() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
Get vertex table name
getVertexTableName() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
getVertexTableName() - Method in interface org.gradoop.storage.common.api.EPGMConfigProvider
Returns the table name where vertex data is stored.
getVertexTableName() - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Get vertex table name
getVertexTableName() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
getVertexVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertex variables contained in the pattern.
getVertexVariables() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Returns a list of variables that are contained in the embedding and refer to vertices.
getVertices() - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices contained in the ASCII graph.
getVertices() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
 
getVertices() - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMGraph
Getter.
getVertices() - Method in interface org.gradoop.flink.model.api.layouts.Layout
Returns all vertices.
getVertices() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getVertices() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getVertices() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getVertices() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getVertices() - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
 
getVertices() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getVertices() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Gets vertices
getVertices() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertices in the query.
getVertices(DataSet<V>, DataSet<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.overlap.OverlapBase
Filters vertices based on the given graph identifiers.
getVertices() - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns all vertices contained in the ASCII graph.
getVertices() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getVertices() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
The request for all elements without specifying a label results in a union of all label-partitioned datasets.
getVertices() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getVertices() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getVerticesByGraphIds(GradoopIdSet) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices that belong to the given graphs.
getVerticesByGraphVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns all vertices that belong to the given graph variables.
getVerticesByGraphVariables(String...) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Returns all vertices that belong to the given graph variables.
getVerticesByLabel(String) - Method in interface org.gradoop.flink.model.api.layouts.Layout
Returns all vertices having the specified label.
getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
getVerticesByLabel(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Returns all vertices with the given label or null if there are no vertices with that label.
getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
getVerticesByLabel(String) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
getVerticesByVariables(String...) - Method in class org.gradoop.common.util.AsciiGraphLoader
Returns vertices by their given variables.
getVia() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
Returns the Long id of the traversed edge of this step.
GetVisitedGellyEdgeLongIdsFlatMap - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Retrieves the long index for all visited outgoing edges from a gelly source vertex.
GetVisitedGellyEdgeLongIdsFlatMap() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GetVisitedGellyEdgeLongIdsFlatMap
 
getVisitedOutEdges() - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
Gets all visited outgoing edges.
GetVisitedSourceTargetIdsFlatMap<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Retrieves the source- and target-id from an edge, if this edge was visited, determined by the boolean property.
GetVisitedSourceTargetIdsFlatMap(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.GetVisitedSourceTargetIdsFlatMap
Creates an instance of GetVisitedSourceTargetIdsFlatMap with a given property key.
getWidth() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
 
getWidth() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
 
getWidth() - Method in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
The width of the layout-area for this layouter
getWidth() - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
 
getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
 
getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
 
getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
 
getWrappedComparable() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
Returns the wrapped comparable
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
 
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
 
getWrappedComparable() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
Returns the wrapped comparable
getX() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
X-coordinate of vector
getY() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Y-Coordinate of vector
GRADOOP_BATCH_SCANNER_THREADS - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
gradoop batch scanner threads, default 10
GRADOOP_ITERATOR_PRIORITY - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
gradoop accumulo iterator priority, default 0xf
GRADOOP_ROOT_CONVERTER_CLASS - Static variable in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
The configuration key for the GradoopRootConverter
GradoopAccumuloConfig - Class in org.gradoop.storage.accumulo.config
Gradoop Accumulo configuration define
GradoopConfig<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.common.config
Basic Gradoop Configuration.
GradoopConfig() - Constructor for class org.gradoop.common.config.GradoopConfig
 
GradoopConstants - Class in org.gradoop.common.util
Constants used in Gradoop.
GradoopConstants() - Constructor for class org.gradoop.common.util.GradoopConstants
 
GradoopEdgeIterator - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
Accumulo gradoop edges iterator
GradoopEdgeIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopEdgeIterator
 
GradoopFlinkConfig - Class in org.gradoop.flink.util
Configuration for Gradoop running on Flink.
GradoopFlinkConfig(ExecutionEnvironment, LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>, GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Constructor for class org.gradoop.flink.util.GradoopFlinkConfig
Creates a new Configuration.
GradoopGellyAlgorithm<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>,VV,EV> - Class in org.gradoop.flink.algorithms.gelly
Base class for Algorithms executed in Flink Gelly that returns a BaseGraph.
GradoopGellyAlgorithm(VertexToGellyVertex<V, VV>, EdgeToGellyEdge<E, EV>) - Constructor for class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
Base constructor, only setting the mapper functions.
GradoopGraphHeadIterator - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
Accumulo gradoop graph head iterator
GradoopGraphHeadIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopGraphHeadIterator
 
GradoopHBaseConfig - Class in org.gradoop.storage.hbase.config
Configuration class for using HBase with Gradoop.
GradoopId - Class in org.gradoop.common.model.impl.id
Primary key for an EPGM element.
GradoopId() - Constructor for class org.gradoop.common.model.impl.id.GradoopId
Required default constructor for instantiation by serialization logic.
GradoopId(int, int, short, int) - Constructor for class org.gradoop.common.model.impl.id.GradoopId
Creates a GradoopId using the given time, machine identifier, process identifier, and counter.
GradoopIdConverter(Consumer<GradoopId>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdConverter
Creates a converter for gradoop ids.
GradoopIdSet - Class in org.gradoop.common.model.impl.id
Represents a set of GradoopId instances, ignoring any duplicates.
GradoopIdSet() - Constructor for class org.gradoop.common.model.impl.id.GradoopIdSet
Required default constructor for instantiation by serialization logic.
GradoopIdSetConverter(Consumer<GradoopIdSet>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
Creates a group converter for GradoopIdSet.
GradoopIdStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type GradoopIdStrategy.
GradoopIdStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
GradoopLabelPropagation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.labelpropagation
Executes the label propagation integrated in Gradoop.
GradoopLabelPropagation(int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.GradoopLabelPropagation
Constructor
GradoopParquetTypeBuilder - Class in org.gradoop.flink.io.impl.parquet.plain.common
Simple builder for parquet types with support for common EPGM/TPGM field types.
GradoopParquetTypeBuilder() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopParquetTypeBuilder
 
GradoopReadSupport<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
Simple parquet read support for a GradoopRootConverter
GradoopReadSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
 
GradoopRecordMaterializer<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
A simple parquet record materializer for the GradoopRootConverter.
GradoopRecordMaterializer(GradoopRootConverter<R>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRecordMaterializer
Creates a new record materializer for the given root converter.
GradoopRootConverter<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
Root parquet group converter for EPGM elements.
GradoopRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
Creates a new root converter based on the given record type (MessageType).
GradoopRootConverter.GradoopIdConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
Parquet converter for gradoop ids
GradoopRootConverter.GradoopIdSetConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
Parquet group converter for GradoopIdSet
GradoopRootConverter.PropertiesConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
Parquet group converter for Properties
GradoopRootConverter.PropertyValueConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
Parquet converter for PropertyValue
GradoopRootConverter.StringConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
Parquet converter for strings
GradoopRootConverter.TimeIntervalConverter - Class in org.gradoop.flink.io.impl.parquet.plain.common
Parquet group converter for gradoop time intervals
GradoopStoreConfig - Interface in org.gradoop.storage.common.config
Definition of Gradoop Store Configuration
GradoopVertexIterator - Class in org.gradoop.storage.accumulo.impl.iterator.tserver
Accumulo gradoop vertex iterator
GradoopVertexIterator() - Constructor for class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopVertexIterator
 
GradoopWriteSupport<R> - Class in org.gradoop.flink.io.impl.parquet.plain.common
Base class for all EPGM/TPGM parquet write supports
GradoopWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
 
GRAPH - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
gradoop graph head table name
GRAPH - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
graph element belonging
GRAPH_COUNT - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Cardinality of input graph collection size.
GRAPH_COUNT - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
Cache counter name for the total number of graphs.
GRAPH_ID - Static variable in class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
constant string for "graph id"
GRAPH_ID - Static variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
constant string for "graph id"
GRAPH_ID_SET - Static variable in class org.gradoop.flink.model.impl.operators.verify.functions.RemoveDanglingGraphIds
String used to identify the graph id set on broadcast.
GRAPH_IDS - Static variable in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
constant string for "graph ids"
GRAPH_IDS - Static variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
constant string for "graph ids"
GRAPH_SYMBOL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
Symbol identifying a line to represent a graph start.
GRAPH_TYPE - Static variable in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Used to tag a graph head entity.
GraphCollection - Class in org.gradoop.flink.model.impl.epgm
A graph collection graph is one of the base concepts of the Extended Property Graph Model.
GraphCollectionFactory - Class in org.gradoop.flink.model.impl.epgm
Responsible for creating instances of GraphCollection based on a specific GraphCollectionLayout.
GraphCollectionFactory(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
Creates a new factory.
GraphCollectionGenerator - Interface in org.gradoop.flink.model.api.operators
Generates a graph collection
GraphCollectionLayout<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
A graph collection layout defines the Flink internal (DataSet) representation of a graph collection containing elements of the specified types.
GraphCollectionLayoutFactory<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
Enables the construction of a GraphCollectionLayout.
GraphCollectionOperators - Interface in org.gradoop.flink.model.api.epgm
Defines the operators that are available on a GraphCollection.
GraphContainmentFilterBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Superclass of single graph containment filters using broadcast variables.
GraphContainmentFilterBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
 
graphCount - Variable in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
input graph collection cardinality
graphCount - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
search space size
GraphDataSource<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph
Transforms an external graph into an EPGM database.
GraphDataSource(DataSet<ImportVertex<K>>, DataSet<ImportEdge<K>>, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.graph.GraphDataSource
Creates a new graph reader with no lineage information stored at the resulting EPGM graph.
GraphDataSource(DataSet<ImportVertex<K>>, DataSet<ImportEdge<K>>, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.graph.GraphDataSource
Creates a new graph reader.
GraphDensity - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the density of a graph and writes it to the graph head.
GraphDensity() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.GraphDensity
 
GraphElement - Interface in org.gradoop.common.model.api.entities
A graph element is part of a graph.
GraphElementExpander<EL extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
Takes an object of type GraphElement, and creates a Tuple2 for each GradoopId containing in the set of the object and the object.
GraphElementExpander() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphElementExpander
constructor
GraphElementHandler - Interface in org.gradoop.storage.hbase.impl.api
Responsible for reading and writing graph element entity data from and to HBase.
GraphElementSet<EL extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
{@code (graphId, element),..
GraphElementSet() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphElementSet
 
GraphElementsHeadsToTransaction - Class in org.gradoop.flink.model.impl.functions.epgm
Generates a graphTransaction for a set of vertices, edges and a graph head based on the same graph.
GraphElementsHeadsToTransaction() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphElementsHeadsToTransaction
 
GraphEquality<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.equality
Operator to determine if two graph are equal according to given string representations of graph heads, vertices and edges.
GraphEquality(GraphHeadToString<G>, VertexToString<V>, EdgeToString<E>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.equality.GraphEquality
constructor to set string representations
GraphGenerator - Interface in org.gradoop.flink.model.api.operators
Generates a logical graph
GraphHead - Interface in org.gradoop.common.model.api.entities
Describes data specifically assigned to a graph.
GraphHeadFactory<G extends GraphHead> - Interface in org.gradoop.common.model.api.entities
Initializes GraphHead objects of a given type.
graphHeadFactory - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
graph Head Factory
GraphHeadGroup<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.distinction.functions
(label, graphId) |><| graphHead => (label, graphHead)
GraphHeadGroup() - Constructor for class org.gradoop.flink.model.impl.operators.distinction.functions.GraphHeadGroup
 
GraphHeadHandler - Interface in org.gradoop.storage.hbase.impl.api
This class is responsible for reading and writing EPGM graph heads from and to HBase.
GraphHeadInputFormat - Class in org.gradoop.storage.accumulo.impl.io.inputformats
gradoop accumulo graph head input format
GraphHeadInputFormat(Properties, AccumuloQueryHolder<EPGMGraphHead>) - Constructor for class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
input format constructor
GraphHeadReduceFunction<G extends GraphHead> - Interface in org.gradoop.flink.model.api.functions
Marker interface for reduce functions used for group by isomorphism operator.
GraphHeadRootConverter - Class in org.gradoop.flink.io.impl.parquet.plain.read
Root parquet group converter for EPGM graph heads.
GraphHeadRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.read.GraphHeadRootConverter
Creates a new root converter for EPGM graph heads.
GraphHeadString - Class in org.gradoop.flink.model.impl.operators.tostring.tuples
(graphId, label)
GraphHeadString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
default constructor
GraphHeadString(GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
constructor with field values
GraphHeadTableInputFormat - Class in org.gradoop.storage.hbase.impl.io.inputformats
Reads graph data from HBase.
GraphHeadTableInputFormat(GraphHeadHandler, String) - Constructor for class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
Creates an graph table input format.
GraphHeadToCSVGraphHead - Class in org.gradoop.flink.io.impl.csv.functions
Converts an EPGMGraphHead into a CSV representation.
GraphHeadToCSVGraphHead() - Constructor for class org.gradoop.flink.io.impl.csv.functions.GraphHeadToCSVGraphHead
 
GraphHeadToDataString<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
represents a graph head by a data string (label and properties)
GraphHeadToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToDataString
 
GraphHeadToEmptyString<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
represents a graph head by an empty string
GraphHeadToEmptyString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToEmptyString
 
GraphHeadToIdString - Class in org.gradoop.flink.model.impl.operators.tostring.functions
represents a graph head by an id string
GraphHeadToIdString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToIdString
 
GraphHeadToProtobufObject - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Creates a protobuf EPGMProto.GraphHead.Builder from an EPGMGraphHead.
GraphHeadToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.GraphHeadToProtobufObject
 
GraphHeadToString<G extends GraphHead> - Interface in org.gradoop.flink.model.impl.operators.tostring.api
string representation of a graph head
GraphHeadToTemporalGraphHead<G extends GraphHead> - Class in org.gradoop.temporal.model.impl.functions.tpgm
Initializes a TemporalGraphHead from a GraphHead instance by setting either default temporal information or, if a timeIntervalExtractor is given, by the extracted time information.
GraphHeadToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.GraphHeadToTemporalGraphHead
Creates an instance of the TemporalGraphHeadFromNonTemporal map function.
GraphHeadToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>, TimeIntervalExtractor<G>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.GraphHeadToTemporalGraphHead
Creates an instance of the TemporalGraphHeadFromNonTemporal map function.
graphHeadTransFunc - Variable in class org.gradoop.flink.model.impl.operators.transformation.Transformation
Modification function for graph heads
GraphHeadWriteSupport - Class in org.gradoop.flink.io.impl.parquet.plain.write
Parquet write support for EPGM graph heads.
GraphHeadWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.write.GraphHeadWriteSupport
 
GraphId<G extends FSMGraph> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graph => id
GraphId() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.GraphId
 
graphId - Variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
graph id
GRAPHID - Static variable in class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
constant string for accessing broadcast variable "graph id"
GraphIdFilter<T> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Filters a set of Tuple2 with GradoopIds in the first field by the containment of this id in a broadcast set.
GraphIdFilter() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphIdFilter
 
graphIds - Variable in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
graph ids
graphIds - Variable in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
graph ids
GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
GRAPHIDS_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
graphMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
Mapping between a graph labels and their associated property meta data.
GraphMetrics - Class in org.gradoop.flink.model.impl.operators.matching.common.query
Collection of graph metrics necessary for query processing.
GraphMetrics() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.GraphMetrics
 
GraphsContainmentFilterBroadcast<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Superclass of multi graph containment filters using broadcast variables.
GraphsContainmentFilterBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
 
GraphStatistics - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
Represents several statistics related to a LogicalGraph.
GraphStatistics(long, long, long, long) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
Constructor using basic statistics.
GraphStatisticsDataSink - Class in org.gradoop.flink.io.impl.statistics
Estimates all graph statistics containing in org.gradoop.flink.model.impl.operators.statistics.writer.
GraphStatisticsDataSink(String) - Constructor for class org.gradoop.flink.io.impl.statistics.GraphStatisticsDataSink
Default constructor
GraphStatisticsHDFSReader - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
Reads GraphStatistics from dedicated files in HDFS.
GraphStatisticsHDFSReader() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsHDFSReader
 
GraphStatisticsLocalFSReader - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
Reads GraphStatistics from dedicated files in the local file system.
GraphStatisticsLocalFSReader() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsLocalFSReader
 
GraphStatisticsReader - Class in org.gradoop.flink.model.impl.operators.matching.common.statistics
Base class for reading a GraphStatistics object from file system.
GraphStatisticsReader() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
 
GraphsToGraphOperator - Interface in org.gradoop.flink.model.api.operators
Creates a LogicalGraph based on an at least one input graph.
GraphTransaction - Class in org.gradoop.flink.model.impl.layouts.transactional.tuples
An encapsulated representation of a logical graph with duplicated elements.
GraphTransaction() - Constructor for class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
Default constructor
GraphTransaction(EPGMGraphHead, Set<EPGMVertex>, Set<EPGMEdge>) - Constructor for class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
Valued constructor
GraphTransactionFromText - Class in org.gradoop.flink.io.impl.tlf.functions
Reads graph imported from a TLF file.
GraphTransactionFromText(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.functions.GraphTransactionFromText
Valued constructor.
GraphTransactionMatcher - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Matches the elements of GraphTransactions against a query string.
GraphTransactionMatcher(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphTransactionMatcher
Constructor
GraphTransactionsGenerator - Interface in org.gradoop.flink.model.api.operators
Generates a set of graph transactions
GraphTransactionsOperators - Interface in org.gradoop.flink.model.api.operators
Describes all operators that can be applied on a single logical graph in the EPGM.
GraphTransactionsToGDL - Class in org.gradoop.flink.io.impl.gdl.functions
A reduce group function that converts graph transactions to a GDL string.
GraphTransactionsToGDL() - Constructor for class org.gradoop.flink.io.impl.gdl.functions.GraphTransactionsToGDL
 
GraphUtils - Interface in org.gradoop.flink.algorithms.fsm.dimspan.model
Util methods to interpret and manipulate int-array encoded patterns and graphs
GraphUtilsBase - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
Util base methods to interpret and manipulate multiplexed graphs or patterns.
GraphUtilsBase() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
GraphVerticesEdges - Class in org.gradoop.flink.model.impl.functions.epgm
combiner: (graphId, [vertex|edges] -> (graphId, {vertex,...}, {edge,...})
reducer: (graphId, {vertex,...}, {edge,...}) -> (graphId, {vertex,...}, {edge,...})
GraphVerticesEdges() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.GraphVerticesEdges
 
GraphWithCandidates - Class in org.gradoop.flink.model.impl.operators.matching.transactional.tuples
Represents a graph with the candidates of its elements.
GraphWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
Default Constructor
GraphWithCandidates(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
Constructor
GraphWithPatternEmbeddingsMap - Class in org.gradoop.flink.algorithms.fsm.dimspan.tuples
(graph, pattern->embeddings)
GraphWithPatternEmbeddingsMap() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
Default constructor.
GraphWithPatternEmbeddingsMap(int[], PatternEmbeddingsMap) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
Constructor.
GreedyPlanner<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy
A greedy query planner that builds a query plan by iteratively picking the cheapest partial query plan and extending it.
GreedyPlanner(LG, QueryHandler, GraphStatistics, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy.GreedyPlanner
Creates a new greedy planner.
GreedyPlanner<G extends TemporalGraphHead,LG extends BaseGraph<G,TemporalVertex,TemporalEdge,LG,GC>,GC extends BaseGraphCollection<G,TemporalVertex,TemporalEdge,LG,GC>> - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy
Greedy query planning for temporal queries
GreedyPlanner(LG, TemporalQueryHandler, TemporalGraphStatistics, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy.GreedyPlanner
Creates a new greedy planner.
groupBy(List<String>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a condensed version of the base graph by grouping vertices based on the specified property keys.
groupBy(List<String>, List<String>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a condensed version of the base graph by grouping vertices and edges based on given property keys.
groupBy(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>, GroupingStrategy) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a condensed version of the base graph by grouping vertices and edges based on given property keys.
groupBy(DataSet<T>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
Groups the input dataset by the contained elements and counts the elements per group.
groupByFromTuple(DataSet<Tuple1<T>>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
Groups the input dataset by the contained elements and counts the elements per group.
groupByIsomorphism(GraphHeadReduceFunction<G>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Groups a graph collection by isomorphism including labels and values.
GroupByIsomorphism<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.distinction
Returns a distinct collection of base graphs.
GroupByIsomorphism(GraphHeadReduceFunction<G>) - Constructor for class org.gradoop.flink.model.impl.operators.distinction.GroupByIsomorphism
Constructor.
GroupCountEquals<O> - Class in org.gradoop.flink.model.impl.operators.intersection.functions
If the number of grouped elements equals a given expected size, return the last element.
GroupCountEquals(long) - Constructor for class org.gradoop.flink.model.impl.operators.intersection.functions.GroupCountEquals
Constructor
GroupedFatVertices - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Merges multiple fat vertices into a single FatVertex.
GroupedFatVertices() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.GroupedFatVertices
 
groupEdges(DataSet<EdgeGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Groups edges based on the algorithm parameters.
groupEdgesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
Generates all combinations of the supplied edge grouping keys according to the definition of the rollUp operation in SQL and uses them together with all vertex grouping keys for separate grouping operations.
groupEdgesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
GroupedMessages - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Combines a collection of messages to a single message.
GroupedMessages() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.GroupedMessages
 
Grouping<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.grouping
The grouping operator determines a structural grouping of vertices and edges to condense a graph and thus help to uncover insights about patterns and statistics hidden in the graph.
Grouping.GroupingBuilder - Class in org.gradoop.flink.model.impl.operators.grouping
Used for building a grouping operator instance.
GroupingBuilder() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Creates a new grouping builder
GroupingConstants - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Holds common constants used by functions in keyed grouping.
GroupingConstants() - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
 
GroupingGroupCombine<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.grouping
Grouping implementation that uses group + groupCombine + groupReduce for building super vertices and updating the original vertices.
GroupingGroupReduce<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.grouping
Grouping implementation that uses group + groupReduce for building super vertices and updating the original vertices.
GroupingKeys - Class in org.gradoop.flink.model.impl.operators.keyedgrouping
A factory class for creating instances of commonly used grouping key functions.
GroupingStrategy - Enum in org.gradoop.flink.model.impl.operators.grouping
Used to define the grouping strategy which is used for computing the summary graph.
groupInternal(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Overridden by concrete implementations.
groupInternal(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.GroupingGroupCombine
 
groupInternal(LG) - Method in class org.gradoop.flink.model.impl.operators.grouping.GroupingGroupReduce
 
GroupItem - Interface in org.gradoop.flink.model.impl.operators.grouping.tuples
Interface for the vertex and the edge group item.
groupVertices(DataSet<VertexGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Group vertices by either vertex label, vertex property or both.
groupVerticesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
Generates all combinations of the supplied vertex grouping keys according to the definition of the rollUp operation in SQL and uses them together with all edge grouping keys for separate grouping operations.
groupVerticesByRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
grow(EdgeWithTiePoint) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Expands a previous intermediate result by the given edge (base,(a,b,c),d) x (d,e,f) -> (base, (a,b,c,d,e), f)
growEmbeddingsOfFrequentSubgraphs(DataSet<SE>, DataSet<S>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.ThinkLikeAnEmbeddingFSMBase
Grows children of embeddings of frequent subgraphs.
GrowFrequentPatterns - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
(graph, k-edge pattern -> embeddings) => (graph, k+1-edge pattern -> embeddings)
GrowFrequentPatterns(GSpanLogic, DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.GrowFrequentPatterns
Constructor.
growPatterns(int[], PatternEmbeddingsMap, List<int[]>, List<int[]>, boolean, List<int[]>) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
Grows children of all supported frequent patterns in a graph.
growPatterns(int[], PatternEmbeddingsMap, List<int[]>, List<int[]>, boolean, List<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
 
gSpan - Variable in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
Pattern growth and verification logic derived from gSpan.
GSpanLogic - Interface in org.gradoop.flink.algorithms.fsm.dimspan.gspan
gSpan pattern growth and verification functionality.
GSpanLogicBase - Class in org.gradoop.flink.algorithms.fsm.dimspan.gspan
Superclass of gSpan pattern growth and verification functionality.
GSpanLogicBase(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
Constructor
GVECollectionLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.gve
Responsible for creating a GVELayout from given data.
GVECollectionLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.gve.GVECollectionLayoutFactory
 
GVEGraphLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.gve
Responsible for creating a GVELayout from given data.
GVEGraphLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.gve.GVEGraphLayoutFactory
 
GVELayout - Class in org.gradoop.flink.model.impl.layouts.gve
Represents a graph or a graph collection using three separate datasets: - the first dataset contains the graph heads which are the meta data of logical graphs - the second dataset contains the vertices contained in all graphs of the collection - the third dataset contains the edges contained in all graphs of the collection
GVELayout(DataSet<EPGMGraphHead>, DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Constructor for class org.gradoop.flink.model.impl.layouts.gve.GVELayout
Constructor

H

HadoopValueInputFormat<T> - Class in org.gradoop.flink.io.impl.parquet.common
InputFormat implementation allowing to use Hadoop (mapreduce) InputFormats which don't provide a key with Flink.
HadoopValueInputFormat(InputFormat<Void, T>, Class<T>, Job) - Constructor for class org.gradoop.flink.io.impl.parquet.common.HadoopValueInputFormat
Creates a new Flink input format.
HadoopValueOutputFormat<T> - Class in org.gradoop.flink.io.impl.parquet.common
OutputFormat implementation allowing to use Hadoop (mapreduce) OutputFormats which don't provide a key with Flink.
HadoopValueOutputFormat(OutputFormat<Void, T>, Job) - Constructor for class org.gradoop.flink.io.impl.parquet.common.HadoopValueOutputFormat
Creates a new Flink output format.
HasEdgeLabel - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.containment
Aggregate and filter function to check presence of an edge label in a graph.
HasEdgeLabel(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasEdgeLabel
Creates a new instance of a HasEdgeLabel aggregate function.
HasEdgeLabel(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasEdgeLabel
Creates a new instance of a HasEdgeLabel aggregate function.
hasEmbedding(GraphWithCandidates, String) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.DepthSearchMatching
 
hasEmbedding(GraphWithCandidates, String) - Method in interface org.gradoop.flink.model.impl.operators.matching.transactional.algorithm.PatternMatchingAlgorithm
Returns true, if the graph contains the pattern.
HasEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Mapping function that applies a custom pattern matching algorithm to a GraphWithCandidates, representing a graph, its elements and their candidates.
HasEmbeddings(PatternMatchingAlgorithm, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.HasEmbeddings
Constructor
hashCode() - Method in class org.gradoop.common.model.impl.id.GradoopId
Returns the hash code of this GradoopId.
hashCode() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
hashCode() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
hashCode() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
 
hashCode(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Hashes a specified byte array with offset and length.
hashCode() - Method in class org.gradoop.common.model.impl.properties.Properties
Two properties collections have identical hash codes, if they contain the same properties in the same order.
hashCode() - Method in class org.gradoop.common.model.impl.properties.Property
 
hashCode() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
hashCode() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
hashCode() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
 
hashCode() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
hashCode() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
hashCode() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Centroid
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
HashCode method implemented to compare two points.
hashCode() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.AndPredicate
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.ElementSelectorComparable
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
hashCode() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
 
hashCode() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
 
hashCode() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
hashCode() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
 
hashCode() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
hashCode() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
hashCode() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparable
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
 
hashCode() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
 
hasId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes id = 1;
hasId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required bytes id = 1;
hasId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required bytes id = 1;
hasId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required bytes id = 1;
hasId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
required bytes id = 1;
hasId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
required bytes id = 1;
hasId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required bytes id = 1;
hasId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
required bytes id = 1;
hasId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
required bytes id = 1;
hasId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes id = 1;
hasId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required bytes id = 1;
hasId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required bytes id = 1;
hasId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required bytes id = 1;
hasId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required bytes id = 1;
hasId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required bytes id = 1;
hasId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required bytes id = 1;
hasId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required bytes id = 1;
hasId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required bytes id = 1;
hasLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required string label = 2;
hasLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required string label = 2;
hasLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required string label = 2;
hasLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required string label = 2;
hasLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
required string label = 2;
hasLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHeadOrBuilder
required string label = 2;
hasLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required string label = 2;
hasLabel() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
required string label = 2;
hasLabel() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.VertexOrBuilder
required string label = 2;
HasLabel - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.containment
Superclass of aggregate and filter functions that check vertex or edge label presence in a graph.
HasLabel(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasLabel
Creates a new instance of a HasLabel aggregate function.
HasLabel(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasLabel
Creates a new instance of a HasLabel aggregate function.
hasLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required string label = 2;
hasLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required string label = 2;
hasLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required string label = 2;
hasLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required string label = 2;
hasLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required string label = 2;
hasLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required string label = 2;
hasLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required string label = 2;
hasLabel() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required string label = 2;
hasLabel() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required string label = 2;
hasNext() - Method in class org.gradoop.storage.accumulo.impl.iterator.client.ClientClosableIterator
 
hasNext() - Method in class org.gradoop.storage.common.iterator.EmptyClosableIterator
 
hasNext() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseEdgeIterator
 
hasNext() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseGraphIterator
 
hasNext() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseVertexIterator
 
hasProperty(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
Returns true, if the element has a property with the given property key.
hasProperty(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
hasSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes sourceId = 5;
hasSourceId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required bytes sourceId = 5;
hasSourceId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required bytes sourceId = 5;
hasSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes sourceId = 5;
hasSourceId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required bytes sourceId = 5;
hasSourceId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required bytes sourceId = 5;
hasTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes targetId = 6;
hasTargetId() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
required bytes targetId = 6;
hasTargetId() - Method in interface org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.EdgeOrBuilder
required bytes targetId = 6;
hasTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes targetId = 6;
hasTargetId() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required bytes targetId = 6;
hasTargetId() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required bytes targetId = 6;
hasTop() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
hasTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txFrom = 7;
hasTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 txFrom = 7;
hasTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 txFrom = 7;
hasTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txFrom = 4;
hasTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 txFrom = 4;
hasTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 txFrom = 4;
hasTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txFrom = 5;
hasTxFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 txFrom = 5;
hasTxFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 txFrom = 5;
hasTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txTo = 8;
hasTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 txTo = 8;
hasTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 txTo = 8;
hasTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txTo = 5;
hasTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 txTo = 5;
hasTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 txTo = 5;
hasTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txTo = 6;
hasTxTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 txTo = 6;
hasTxTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 txTo = 6;
hasValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valFrom = 9;
hasValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 valFrom = 9;
hasValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 valFrom = 9;
hasValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valFrom = 6;
hasValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 valFrom = 6;
hasValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 valFrom = 6;
hasValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valFrom = 7;
hasValFrom() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 valFrom = 7;
hasValFrom() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 valFrom = 7;
hasValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valTo = 10;
hasValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
required int64 valTo = 10;
hasValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdgeOrBuilder
required int64 valTo = 10;
hasValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valTo = 7;
hasValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
required int64 valTo = 7;
hasValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHeadOrBuilder
required int64 valTo = 7;
hasValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valTo = 8;
hasValTo() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
required int64 valTo = 8;
hasValTo() - Method in interface org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertexOrBuilder
required int64 valTo = 8;
HasVertexLabel - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.containment
Aggregate and filter function to check presence of a vertex label in a graph.
HasVertexLabel(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasVertexLabel
Creates a new instance of a HasVertexLabel aggregate function.
HasVertexLabel(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.containment.HasVertexLabel
Creates a new instance of a HasVertexLabel aggregate function.
HBaseConstants - Class in org.gradoop.storage.hbase.impl.constants
Constants used in Gradoop.
HBaseConstants() - Constructor for class org.gradoop.storage.hbase.impl.constants.HBaseConstants
 
HBaseDataSink - Class in org.gradoop.storage.hbase.impl.io
Converts runtime representation of EPGM elements into persistent representations and writes them to HBase.
HBaseDataSink(HBaseEPGMStore, GradoopFlinkConfig) - Constructor for class org.gradoop.storage.hbase.impl.io.HBaseDataSink
Creates a new HBase data sink.
HBaseDataSource - Class in org.gradoop.storage.hbase.impl.io
Creates an EPGM instance from HBase.
HBaseDataSource(HBaseEPGMStore, GradoopFlinkConfig) - Constructor for class org.gradoop.storage.hbase.impl.io.HBaseDataSource
Creates a new HBase data source.
HBaseEdgeHandler - Class in org.gradoop.storage.hbase.impl.handler
Used to read/write EPGM edge data from/to a HBase table.
HBaseEdgeHandler(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
Creates an edge data handler.
HBaseEdgeIterator - Class in org.gradoop.storage.hbase.impl.iterator
HBase client iterator for EPGMEdge
HBaseEdgeIterator(ResultScanner, EdgeHandler) - Constructor for class org.gradoop.storage.hbase.impl.iterator.HBaseEdgeIterator
HBase EPGMGraphHead Iterator
HBaseElementFilter<T extends Element> - Interface in org.gradoop.storage.hbase.impl.predicate.filter.api
HBase Element Filter interface to chain predicates
HBaseElementHandler - Class in org.gradoop.storage.hbase.impl.handler
Handler is used to write label and properties into HBase tables.
HBaseElementHandler() - Constructor for class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
HBaseEPGMStore - Class in org.gradoop.storage.hbase.impl
Default HBase graph store that handles reading and writing vertices and graphs from and to HBase.
HBaseEPGMStore(Table, Table, Table, GradoopHBaseConfig, Admin) - Constructor for class org.gradoop.storage.hbase.impl.HBaseEPGMStore
Creates a HBaseEPGMStore based on the given parameters.
HBaseEPGMStoreFactory - Class in org.gradoop.storage.hbase.impl.factory
Manages EPGMGraphInput instances which can be used to store an EPGM instance in HBase.
HBaseFilters - Class in org.gradoop.storage.hbase.utils
HBase filter collection utilities
HBaseFilters() - Constructor for class org.gradoop.storage.hbase.utils.HBaseFilters
 
HBaseFilterUtils - Class in org.gradoop.storage.hbase.impl.predicate.filter
Utility class for common HBase filter tasks
HBaseFilterUtils() - Constructor for class org.gradoop.storage.hbase.impl.predicate.filter.HBaseFilterUtils
 
HBaseGraphElementHandler - Class in org.gradoop.storage.hbase.impl.handler
Handler class for entities that are contained in logical graphs (i.e., vertex and edge data).
HBaseGraphElementHandler() - Constructor for class org.gradoop.storage.hbase.impl.handler.HBaseGraphElementHandler
 
HBaseGraphHeadHandler - Class in org.gradoop.storage.hbase.impl.handler
Used to read/write EPGM graph data from/to a HBase table.
HBaseGraphHeadHandler(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
Creates a graph handler.
HBaseGraphIterator - Class in org.gradoop.storage.hbase.impl.iterator
HBase client iterator for Graph Head
HBaseGraphIterator(ResultScanner, GraphHeadHandler) - Constructor for class org.gradoop.storage.hbase.impl.iterator.HBaseGraphIterator
HBase EPGMGraphHead Iterator
HBaseLabelIn<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.impl
HBase label equality predicate implementation
HBaseLabelIn(String...) - Constructor for class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBaseLabelIn
Create a new label equality filter
HBaseLabelReg<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.impl
HBase label regex predicate implementation
HBaseLabelReg(Pattern) - Constructor for class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBaseLabelReg
Create a new LabelReg predicate
HBasePropEquals<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.impl
HBase property equality implementation
HBasePropEquals(String, Object) - Constructor for class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropEquals
Property equals filter
HBasePropLargerThan<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.impl
HBase property value compare predicate implement
HBasePropLargerThan(String, Object, boolean) - Constructor for class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropLargerThan
Create a new property compare filter
HBasePropReg<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.impl
HBase property regex filter implementation
HBasePropReg(String, Pattern) - Constructor for class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropReg
Property regex filter constructor
HBaseVertexHandler - Class in org.gradoop.storage.hbase.impl.handler
Used to read/write EPGM vertex data from/to a HBase table.
HBaseVertexHandler(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
Creates a vertex handler.
HBaseVertexIterator - Class in org.gradoop.storage.hbase.impl.iterator
HBase client iterator for Vertices
HBaseVertexIterator(ResultScanner, VertexHandler) - Constructor for class org.gradoop.storage.hbase.impl.iterator.HBaseVertexIterator
HBase EPGMGraphHead Iterator
height - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
User supplied height of the layouting-space
HITS<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.hits
A gradoop operator wrapping HITS
HITS(String, String, int) - Constructor for class org.gradoop.flink.algorithms.gelly.hits.HITS
HITS with fixed number of iterations
HITS(String, String, double) - Constructor for class org.gradoop.flink.algorithms.gelly.hits.HITS
HITS with convergence threshold
HITS(String, String, int, double) - Constructor for class org.gradoop.flink.algorithms.gelly.hits.HITS
HITS with convergence threshold and maximum number of iterations
HitsResultKeySelector - Class in org.gradoop.flink.algorithms.gelly.hits.functions
Key selector for HITS.Result
HitsResultKeySelector() - Constructor for class org.gradoop.flink.algorithms.gelly.hits.functions.HitsResultKeySelector
 
HITSToAttributes<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.hits.functions
Stores HITS Results as Properties of a Gradoop Vertex
HITSToAttributes(String, String) - Constructor for class org.gradoop.flink.algorithms.gelly.hits.functions.HITSToAttributes
Creates a HITSToAttributes instance.

I

id - Variable in class org.gradoop.common.model.impl.pojo.EPGMElement
Entity identifier.
Id<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
element => elementId
Id() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Id
 
ID_ENTRY_FLAG - Static variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Indicates that an entry is an id entry
ID_ENTRY_SIZE - Static variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Size of an entry in the IdData array
ID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
ID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
ID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
ID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
ID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
ID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
ID_LIST_FLAG - Static variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Indicates that an entry is an id list
ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Position of the ID-property in the tuple
ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Position of the ID-property in the tuple
ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Position of the ID-property in the tuple
ID_SIZE - Static variable in class org.gradoop.common.model.impl.id.GradoopId
Number of bytes to represent an id internally.
IdAsIdSet<EL extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.epgm
Maps an element to a GradoopIdSet, containing the elements id.
IdAsIdSet() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.IdAsIdSet
 
Identifiable - Interface in org.gradoop.common.model.api.entities
Describes an identifiable entity.
IdentifiableComparator - Class in org.gradoop.common.model.impl.comparators
Id based EPGM element comparator.
IdentifiableComparator() - Constructor for class org.gradoop.common.model.impl.comparators.IdentifiableComparator
 
IdFromGraphHeadString - Class in org.gradoop.flink.model.impl.operators.distinction.functions
(graphId, canonicalLabel) => graphId
IdFromGraphHeadString() - Constructor for class org.gradoop.flink.model.impl.operators.distinction.functions.IdFromGraphHeadString
 
IdInBroadcast<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters a dataset of EPGM elements to those whose id is contained in an id dataset.
IdInBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.IdInBroadcast
 
IdInTuple<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.model.impl.operators.neighborhood.keyselector
Returns the id of an epgm element of a specified field of a given tuple.
IdInTuple(int) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.keyselector.IdInTuple
Valued constructor.
IdNotInBroadcast<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Filters a dataset of EPGM elements to those whose id is not contained in an id dataset.
IdNotInBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.IdNotInBroadcast
 
IdOf0InTuple2<GD extends GraphHead,C> - Class in org.gradoop.flink.model.impl.operators.difference.functions
Returns the identifier of first element in a tuple 2.
IdOf0InTuple2() - Constructor for class org.gradoop.flink.model.impl.operators.difference.functions.IdOf0InTuple2
 
IdPair - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
A pair of GradoopId representing an edge identifier and a target vertex identifier.
IdPair() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
 
IDS - Static variable in class org.gradoop.flink.model.impl.functions.epgm.IdInBroadcast
broadcast id set name
ids - Variable in class org.gradoop.flink.model.impl.functions.epgm.IdInBroadcast
graph ids
IDS - Static variable in class org.gradoop.flink.model.impl.functions.epgm.IdNotInBroadcast
broadcast id set name
ids - Variable in class org.gradoop.flink.model.impl.functions.epgm.IdNotInBroadcast
graph ids
IdSetCombiner - Class in org.gradoop.flink.model.impl.functions.epgm
Reduces GradoopIdSets into a single, distinct one.
IdSetCombiner() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.IdSetCombiner
 
IdWithCandidates<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
Represents an EPGM graph element (vertex/edge) and its query candidates.
IdWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
 
IdWithIdSet - Class in org.gradoop.flink.model.impl.tuples
(id, {id, id, ...})
IdWithIdSet() - Constructor for class org.gradoop.flink.model.impl.tuples.IdWithIdSet
 
IdWithLabel - Class in org.gradoop.flink.model.impl.tuples
(Id, Label) f0: id f1: label
IdWithLabel(GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.tuples.IdWithLabel
Constructor.
IdWithLabel() - Constructor for class org.gradoop.flink.model.impl.tuples.IdWithLabel
Default Constructor
IGNORED_VALUE - Static variable in interface org.gradoop.flink.model.impl.operators.aggregation.functions.average.Average
The default value used internally in this aggregation.
ignoreVertices - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
If true, do not draw vertices, only edges.
ignoreVertices(boolean) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value ignoreVertices
ImageDataSink - Class in org.gradoop.flink.io.impl.image
DataSink to write a layouted graph to an image
ImageDataSink(String, int, int, int, int) - Constructor for class org.gradoop.flink.io.impl.image.ImageDataSink
Create new plotter.
ImageDataSink(String, LayoutingAlgorithm, int, int) - Constructor for class org.gradoop.flink.io.impl.image.ImageDataSink
Create new plotter.
ImageDataSink.ImageGenerator - Class in org.gradoop.flink.io.impl.image
This class contains functionality to create images from graph-parts.
ImageDataSink.ImageOutputFormat - Class in org.gradoop.flink.io.impl.image
OutputFormat to save BufferedImages to image files
ImageGenerator(ImageDataSink) - Constructor for class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
Create new ImageGenerator
imageHeight - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Height of output-image (px)
ImageOutputFormat(String) - Constructor for class org.gradoop.flink.io.impl.image.ImageDataSink.ImageOutputFormat
Create a new plotter output format
imageWidth - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Width of output-image (px)
imgToArr(BufferedImage) - Static method in class org.gradoop.flink.io.impl.image.ImageDataSink
Convert a BufferedImage to byte[]
ImportEdge<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph.tuples
Represents an external edge which can be imported into the EPGM.
ImportEdge() - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
Default constructor for (de-)serialization.
ImportEdge(K, K, K) - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
Creates a new import edge.
ImportEdge(K, K, K, String) - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
Creates a new import edge.
ImportEdge(K, K, K, String, Properties) - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
Creates a new import edge.
ImportVertex<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph.tuples
Represents an external vertex which can be imported into the EPGM.
ImportVertex() - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
Default constructor for (de-)serialization.
ImportVertex(K) - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
Creates a new import vertex.
ImportVertex(K, String) - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
Creates a new import vertex.
ImportVertex(K, String, Properties) - Constructor for class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
Creates a new import vertex.
IN_DEGREE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
InAllGraphs<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is contained in all of a set of given graphs.
InAllGraphs(GradoopIdSet) - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InAllGraphs
constructor
InAllGraphsBroadcast<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is contained in all of a set of given graphs.
InAllGraphsBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InAllGraphsBroadcast
 
InAnyGraph<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is contained in any of a set of given graphs.
InAnyGraph(GradoopIdSet) - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InAnyGraph
constructor
InAnyGraphBroadcast<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is contained in any of a set of given graphs.
InAnyGraphBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InAnyGraphBroadcast
 
INCOMING - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
integer model of "incoming"
INCOMING_VERTEX_DEGREE_DISTRIBUTION - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains a vertex and its in-degree, e.g.
IncomingAdjacencyList - Class in org.gradoop.flink.model.impl.operators.tostring.functions
generates a string representation fo an incoming adjacency list
IncomingAdjacencyList() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.IncomingAdjacencyList
 
IncomingVertexDegreeDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the distribution of incoming vertex degrees.
IncomingVertexDegreeDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.IncomingVertexDegreeDistribution
 
IncomingVertexDegrees - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the incoming degree for each vertex.
IncomingVertexDegrees() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.IncomingVertexDegrees
 
IndexedCSVDataSink - Class in org.gradoop.flink.io.impl.csv.indexed
A graph data sink for CSV files indexed by label.
IndexedCSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSink
Creates a new indexed CSV data sink.
IndexedCSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSink
Creates an new indexed CSV data sink.
IndexedCSVDataSource - Class in org.gradoop.flink.io.impl.csv.indexed
A graph data source for CSV files indexed by label.
IndexedCSVDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSource
Creates a new data source.
IndexedCSVDataSource(String, GradoopFlinkConfig, Configuration) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSource
Creates a new data source.
IndexedCSVFileFormat<T extends org.apache.flink.api.java.tuple.Tuple & CSVElement> - Class in org.gradoop.flink.io.impl.csv.indexed.functions
This is an OutputFormat to serialize Tuples to text by their labels.
IndexedCSVFileFormat(Path) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
Creates a new instance of an IndexedCSVFileFormat.
IndexedCSVFileFormat(Path, String) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
Creates a new instance of an IndexedCSVFileFormat.
IndexedCSVFileFormat(Path, String, String) - Constructor for class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
Creates a new instance of an IndexedCSVFileFormat.
IndexedGVECollectionLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.gve.indexed
Responsible for creating an IndexedGVELayout from given data.
IndexedGVECollectionLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVECollectionLayoutFactory
 
IndexedGVEGraphLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.gve.indexed
Responsible for creating an IndexedGVELayout from given data.
IndexedGVEGraphLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVEGraphLayoutFactory
 
IndexedGVELayout - Class in org.gradoop.flink.model.impl.layouts.gve.indexed
This layout separated between graph head, vertex and edge layouts.
InGraph<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is contained in a give graph.
InGraph(GradoopId) - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InGraph
constructor
InGraphBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is not contained in a given graph.
InGraphBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InGraphBroadcast
 
InGraphsBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is not contained in any of a given set of graphs.
InGraphsBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InGraphsBroadcast
 
init(InitContext) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
 
init(Configuration) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
 
init(SortedKeyValueIterator<Key, Value>, Map<String, String>, IteratorEnvironment) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
initDatabaseFromFile(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Initializes the database from the given GDL file.
initDatabaseFromStream(InputStream) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Initializes the database from the given ASCII GDL stream.
initDatabaseFromString(String) - Method in class org.gradoop.flink.util.FlinkAsciiGraphLoader
Initializes the database from the given ASCII GDL string.
initEdge(GradoopId, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId, Properties) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.EdgeFactory
Initializes an edge based on the given parameters.
initEdge(GradoopId, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdgeFactory
 
InitEdge<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph.functions
Initializes an EPGM edge from the given ImportEdge.
InitEdge(EdgeFactory<EPGMEdge>, String, TypeInformation<K>) - Constructor for class org.gradoop.flink.io.impl.graph.functions.InitEdge
Creates a new join function.
initEdge(GradoopId, GradoopId, GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
initEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet, Long, Long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
Initializes an edge based on the given parameters.
InitElement<EL extends EPGMElement,K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph.functions
Abstract base class for initializing EPGM elements from import elements.
InitElement(String, TypeInformation<K>) - Constructor for class org.gradoop.flink.io.impl.graph.functions.InitElement
Constructor.
initFrom(EL) - Method in class org.gradoop.flink.model.impl.operators.transformation.functions.TransformBase
Initializes the new element from the current element.
initFrom(E) - Method in class org.gradoop.flink.model.impl.operators.transformation.functions.TransformEdge
 
initFrom(G) - Method in class org.gradoop.flink.model.impl.operators.transformation.functions.TransformGraphHead
 
initFrom(V) - Method in class org.gradoop.flink.model.impl.operators.transformation.functions.TransformVertex
 
initGraphHead(GradoopId) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Initializes a graph head based on the given parameters.
initGraphHead(GradoopId, String) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Initializes a graph head based on the given parameters.
initGraphHead(GradoopId, String, Properties) - Method in interface org.gradoop.common.model.api.entities.GraphHeadFactory
Initializes a graph head based on the given parameters.
initGraphHead(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
initGraphHead(GradoopId, String) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
initGraphHead(GradoopId, String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHeadFactory
 
InitGraphHead<G extends GraphHead> - Class in org.gradoop.flink.model.impl.functions.epgm
Initializes a new graph head from a given GradoopId.
InitGraphHead(GraphHeadFactory<G>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.InitGraphHead
Constructor
initGraphHead(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
initGraphHead(GradoopId, String) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
initGraphHead(GradoopId, String, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
initGraphHead(GradoopId, String, Properties, Long, Long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
Initializes an graph head based on the given parameters.
InitGraphHeadWithLineage<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Initializes a new graph head from a given GradoopId and its lineage information, e.g.
InitGraphHeadWithLineage(GraphHeadFactory<G>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.InitGraphHeadWithLineage
Constructor
initialize(InputSplit, TaskAttemptContext) - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Called once for initialization.
initializeConverters() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
Gets called once during construction to allow for the registration of field converters.
initializeConverters() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.EdgeRootConverter
 
initializeConverters() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.GraphHeadRootConverter
 
initializeConverters() - Method in class org.gradoop.flink.io.impl.parquet.plain.read.VertexRootConverter
 
initializeConverters() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalEdgeRootConverter
 
initializeConverters() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalGraphHeadRootConverter
 
initializeConverters() - Method in class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalVertexRootConverter
 
initializeGlobal(int) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
 
initiate() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
Invoke hook after connector initiate
initiate() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
 
initiate() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
 
initiate() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
 
InitSingleEdgePatternEmbeddingsMap - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
graph => (graph, 1-edge pattern -> embeddings)
InitSingleEdgePatternEmbeddingsMap(GSpanLogic, DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.InitSingleEdgePatternEmbeddingsMap
Constructor.
initVertex(GradoopId) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String, Properties) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId, String, Properties, GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.VertexFactory
Initializes a vertex based on the given parameters.
initVertex(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String, Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
initVertex(GradoopId, String, Properties, GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMVertexFactory
 
InitVertex<K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph.functions
Initializes an EPGM vertex from the given ImportVertex.
InitVertex(VertexFactory<EPGMVertex>, String, TypeInformation<K>) - Constructor for class org.gradoop.flink.io.impl.graph.functions.InitVertex
Creates a new map function
initVertex(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
initVertex(GradoopId, String) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
initVertex(GradoopId, String, Properties) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
initVertex(GradoopId, String, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
initVertex(GradoopId, String, Properties, GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
initVertex(GradoopId, String, Properties, GradoopIdSet, Long, Long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
Initializes a temporal vertex based on the given parameters.
InNoGraph<EL extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if the element has no graph ids.
InNoGraph() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.InNoGraph
 
input - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Input Embeddings
INSTANCE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
accumulo instance name
IntegerStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Integer.
IntegerStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
Interestingness - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness
Encapsulates the interestingness measure used for characteristic patterns.
Interestingness(float) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness.Interestingness
Constructor.
INTERMEDIATE_ENCODING - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
ImageIO-format used for intermediate image-encodings
internalGetFieldAccessorTable() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
internalGetFieldAccessorTable() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
internalGetFieldAccessorTable() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
internalGetFieldAccessorTable() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
internalGetFieldAccessorTable() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
internalGetFieldAccessorTable() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
internalGetFieldAccessorTable() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
internalGetFieldAccessorTable() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
internalGetFieldAccessorTable() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
internalGetFieldAccessorTable() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
internalGetFieldAccessorTable() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
internalGetFieldAccessorTable() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
internalGetMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
internalGetMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
internalGetMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
internalGetMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
internalGetMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
internalGetMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
internalGetMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
internalGetMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
internalGetMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
internalGetMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
internalGetMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
internalGetMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
internalGetMutableMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
internalGetMutableMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
internalGetMutableMapField(int) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
internalGetMutableMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
internalGetMutableMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
internalGetMutableMapField(int) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
intersect(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a collection with all base graphs that exist in both input collections.
Intersection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.intersection
Returns a collection with all base graphs that exist in both input collections.
Intersection() - Constructor for class org.gradoop.flink.model.impl.operators.intersection.Intersection
 
IntersectionBroadcast<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.intersection
Returns a collection with all base graphs that exist in both input collections.
IntersectionBroadcast() - Constructor for class org.gradoop.flink.model.impl.operators.intersection.IntersectionBroadcast
 
intersectWithSmallResult(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a collection with all base graphs that exist in both input collections.
InverseProportionalLabelComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Frequency-based label comparator where higher frequency is smaller.
InverseProportionalLabelComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.InverseProportionalLabelComparator
 
InvertEdges - Class in org.gradoop.dataintegration.transformation.impl
An edge transformation that swaps the source and target of an edge with a given label and renames it.
InvertEdges(String, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.InvertEdges
Constructs a new InvertEdges edge transformation function.
is(Object) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Checks if given object is an instance of the data type the specific strategy handles.
is(Class) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Check if the property value type is an instance of a certain class.
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
is(Object) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
isBackwards() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
isBigDecimal() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type BigDecimal.
isBoolean() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type boolean.
isBranchConstraintEnabled() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
IsCharacteristic - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Filters characteristic subgraphs.
IsCharacteristic() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.IsCharacteristic
 
isChildOf(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.DFSCodeUtils
Checks if a DFS code is child of another one.
isComment(String) - Static method in class org.gradoop.flink.io.impl.mtx.MtxDataSource
Returns true if the given line is a comment
isDate() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type LocalDate.
isDateOrDateTime(PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Date
Checks the property value type for Date or DateTime.
isDateTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type LocalDateTime.
isDirected() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
isDirected() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
 
isDouble() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type double.
isEdge(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Checks if the given variable points to an edge.
isEdgeAggregation() - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Returns whether this function aggregates edges.
isEdgeAggregation() - Method in interface org.gradoop.flink.model.api.functions.EdgeAggregateFunction
 
isEdgeAggregation() - Method in interface org.gradoop.flink.model.api.functions.VertexAggregateFunction
 
isEmbeddingCompressionEnabled() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
isEmpty() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Checks if the set is empty.
isEmpty() - Method in class org.gradoop.common.model.impl.properties.Properties
True, if the properties collection does not store any properties.
isEmpty() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Convenience method to check is an embeddings map is empty
isEmpty() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraph
 
isEmpty() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollection
 
isEmpty() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a 1-element dataset containing a boolean value which indicates if the collection is empty.
isEmpty() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Returns a 1-element dataset containing a boolean value which indicates if the graph is empty.
isEmpty(DataSet<T>) - Static method in class org.gradoop.flink.model.impl.operators.count.Count
Counts the elements in the given dataset.
isFilterPushedDown() - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSource
 
isFilterPushedDown() - Method in interface org.gradoop.storage.common.io.FilterableDataSource
Returns true if the apply*Predicate() method was called before.
isFilterPushedDown() - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSource
 
isFloat() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type float.
isForwards() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
IsFrequentPatternCollector - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
(graph, pattern->embeddings) => true, if graph is empty
IsFrequentPatternCollector() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.IsFrequentPatternCollector
 
isFrequentPatternCollector() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
Convenience method to check if the element is the "collector"
isGradoopId() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type GradoopId.
isGraphCompressionEnabled() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
isGVELayout() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
True, if the layout is based on three separate datasets.
isGVELayout() - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayout
True, if the layout is based on three separate datasets.
isGVELayout() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
isGVELayout() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
isGVELayout() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
isGVELayout() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
isGVELayout() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
isGVELayout() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
isGVELayout() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
isGVELayout() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
isGVELayout() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
isInclude() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
 
isIndexedGVELayout() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
True, if the layout is based on separate datasets separated by graph, vertex and edge labels.
isIndexedGVELayout() - Method in interface org.gradoop.flink.model.api.layouts.LogicalGraphLayout
True, if the layout is based on separate datasets separated by graph, vertex and edge labels.
isIndexedGVELayout() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
isIndexedGVELayout() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
isIndexedGVELayout() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
isIndexedGVELayout() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
isIndexedGVELayout() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
isIndexedGVELayout() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
isIndexedGVELayout() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
isIndexedGVELayout() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
isIndexedGVELayout() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
isInitialized() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
isInitialized() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
isInitialized() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
isInitialized() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
isInitialized() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
isInitialized() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
isInitialized() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
isInitialized() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
isInitialized() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
isInitialized() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
isInitialized() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
isInitialized() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
IsInstance<IN,T> - Class in org.gradoop.flink.model.impl.functions.utils
Checks if a given object of type IN is instance of a specific class of type T.
IsInstance(Class<T>) - Constructor for class org.gradoop.flink.model.impl.functions.utils.IsInstance
Constructor
isInt() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type int.
isInteresting(float, float) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness.Interestingness
Returns true, if interesting.
isInteresting() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
isIterative - Variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Used to differ between iterative and non-iterative runtime context.
isList() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type List.
isLong() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type long.
isLoop(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Convenience method to check if an edge/extension is a loop.
isLoop(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
isLoop() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
 
isLoop() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
isLoop() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
checks whether edge is a self-loop
isMap() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type Map.
isMinimal(int[]) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogic
Verifies if a pattern in DFS-code model is minimal according to gSpan lexicographic order.
isMinimal(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
 
isNull() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the value represents null.
isNumber() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is a subtype of Number.
isOutgoing(int[], int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Getter.
isOutgoing(int[], int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
isOutgoing() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
Returns true if the traversed edge was outgoing.
isOutgoing() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
isOutgoing() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
isPreprocessingEnabled() - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.FSMConfig
Getter for preprocessingEnabled flag.
isPreSplitRegions() - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Indicates whether the regions in HBase tables are pre-split or not.
isPreSplitRegions() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
IsResult<SE extends SubgraphEmbeddings> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Filters embeddings or collected results.
IsResult(boolean) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.IsResult
Constructor.
isRetainingVerticesWithoutGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
True, iff vertices without labels will be converted to individual groups/ supervertices.
isSet() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type Set.
isShort() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type short.
isSingleVertexGraph() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Checks if the graph returns a single vertex and no edges (no loops).
isSingleVertexGraph() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Checks if the graph returns a single vertex and no edges (no loops).
isSpreadingByteUsed() - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Indicates whether the row key is salted with a spreading byte as prefix or not.
isSpreadingByteUsed() - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
isString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type String.
isSuperVertex() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
isTemporal() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
Checks whether the comparable is related to time data
isTemporal(ComparisonExpression) - Static method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util.ComparisonUtil
Checks whether a comparison expression compares temporal elements
isTime() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
True, if the wrapped value is of type LocalTime.
isTransactionalLayout() - Method in interface org.gradoop.flink.model.api.layouts.GraphCollectionLayout
True, if the layout is based on a transactional data representation.
isTransactionalLayout() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
isTransactionalLayout() - Method in class org.gradoop.flink.model.impl.layouts.gve.GVELayout
 
isTransactionalLayout() - Method in class org.gradoop.flink.model.impl.layouts.gve.indexed.IndexedGVELayout
 
isTransactionalLayout() - Method in class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayout
 
isTransactionalLayout() - Method in class org.gradoop.temporal.model.impl.layout.TemporalGVELayout
 
isTransactionalLayout() - Method in class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
 
isTransactionalLayout() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
isUpdated() - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
isValid(String) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Checks if a string can be transformed into a GradoopId.
isValid(Embedding, Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.MergeEmbeddings
Checks if the merged embedding would hold under morphism setting
isVertex(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Checks if the given variable points to a vertex.
isVertexAggregation() - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Returns whether this function aggregates vertices.
isVertexAggregation() - Method in interface org.gradoop.flink.model.api.functions.EdgeAggregateFunction
 
isVertexAggregation() - Method in interface org.gradoop.flink.model.api.functions.VertexAggregateFunction
 
isVisited() - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
Checks if the vertex was visited.
iterate(DataSet<ExpandEmbedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Runs the iterative traversal
iterate(DataSet<ExpandEmbedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsBulk
 
iterate(DataSet<ExpandEmbedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddingsForLoop
 
iterations - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Number of iterations to perform
iterator() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
iterator() - Method in class org.gradoop.common.model.impl.properties.Properties
 
iterator() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
iterator() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
 
iterator() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
 
ITERATOR_PRIORITY - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
gradoop accumulo iterator priority

J

jitterPosition(Vector, double) - Static method in class org.gradoop.flink.model.impl.operators.layouting.functions.LVertexFlattener
Add random jitter to position
join(Tuple2<GradoopId, PropertyValue>, E) - Method in class org.gradoop.dataintegration.transformation.functions.BuildTargetVertexIdPropertyValuePairs
 
join(E, Tuple2<GradoopId, GradoopId>) - Method in class org.gradoop.flink.algorithms.btgs.functions.SetBtgId
 
join(V, Tuple2<GradoopId, GradoopIdSet>) - Method in class org.gradoop.flink.algorithms.btgs.functions.SetBtgIds
 
join(SE, G, Collector<SE>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.JoinEmbeddings
 
join(Tuple2<GradoopId, Double>, V) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions.LocalCCResultTupleToVertexJoin
 
join(Tuple2<Long, GradoopId>, E) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.CreateLongSourceIds
Builds intermediate result.
join(Tuple4<Long, GradoopId, Long, GradoopId>, Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.CreateLongTargetIds
Builds triples with long id's for every edge.
join(Vertex<GradoopId, GradoopId>, V) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.GellyVertexValueToVertexPropertyJoin
 
join(E, V) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.VertexPropertyToEdgePropertyJoin
 
join(HITS.Result<GradoopId>, V) - Method in class org.gradoop.flink.algorithms.gelly.hits.functions.HITSToAttributes
 
join(Vertex<GradoopId, PropertyValue>, V) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPVertexJoin
 
join(PageRank.Result<GradoopId>, V) - Method in class org.gradoop.flink.algorithms.gelly.pagerank.functions.PageRankToAttribute
 
join(E, GradoopId) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.EdgeWithGellyEdgeIdJoin
 
join(Vertex<Long, VCIVertexValue>, Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.GellyVertexWithLongIdToGradoopIdJoin
 
join(Vertex<GradoopId, VCIVertexValue>, V) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.GellyVertexWithVertexJoin
 
join(Tuple3<Long, Long, GradoopId>, Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.LongIdTupleToGellyEdgeWithLongValueJoin
 
join(E, Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.LongIdWithEdgeToTupleJoin
 
join(Tuple3<Long, GradoopId, GradoopId>, Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.ReplaceTargetWithLongIdJoin
 
join(V, GradoopId) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VertexWithVisitedSourceTargetIdJoin
 
join(Long, Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VisitedGellyEdgesWithLongIdToGradoopIdJoin
 
join(Vertex<GradoopId, Double>, V) - Method in class org.gradoop.flink.algorithms.gelly.shortestpaths.functions.SingleSourceShortestPathsAttribute
 
join(Vertex<GradoopId, VertexDegrees.Degrees>, V) - Method in class org.gradoop.flink.algorithms.gelly.vertexdegrees.functions.DistinctVertexDegreesToAttribute
 
join(ImportEdge<K>, Tuple2<K, GradoopId>) - Method in class org.gradoop.flink.io.impl.graph.functions.InitEdge
Outputs a pair of import target vertex id and new EPGM edge.
join(Tuple2<K, E>, Tuple2<K, GradoopId>) - Method in class org.gradoop.flink.io.impl.graph.functions.UpdateEdge
Updates the target vertex identifier of the given EPGM edge.
join(EPGMEdge, EPGMVertex) - Method in class org.gradoop.flink.io.impl.image.functions.SourceCoordinateJoin
 
join(EPGMEdge, EPGMVertex) - Method in class org.gradoop.flink.io.impl.image.functions.TargetCoordinateJoin
 
join(E, Tuple2<GradoopId, GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.epgm.EdgeSourceUpdateJoin
 
join(E, Tuple2<GradoopId, GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.epgm.EdgeTargetUpdateJoin
 
join(L, L) - Method in class org.gradoop.flink.model.impl.functions.epgm.LabelCombiner
 
join(GE, GE) - Method in class org.gradoop.flink.model.impl.functions.epgm.MergedGraphIds
 
join(EL, Tuple2<GradoopId, T>) - Method in class org.gradoop.flink.model.impl.functions.epgm.PropertySetter
 
join(EPGMGraphHead, Tuple3<GradoopId, Set<EPGMVertex>, Set<EPGMEdge>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.TransactionFromSets
 
join(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftSide
 
join(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftSideWithRightGraphs
 
join(E, E, Collector<E>) - Method in class org.gradoop.flink.model.impl.functions.utils.LeftWhenRightIsNull
 
join(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.OneSideEmpty
 
join(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.RightSide
 
join(L, R) - Method in class org.gradoop.flink.model.impl.functions.utils.RightSideWithLeftGraphs
 
join(Tuple2<L, GradoopId>, R) - Method in class org.gradoop.flink.model.impl.operators.base.functions.LeftJoin0OfTuple2
 
join(T, T) - Method in class org.gradoop.flink.model.impl.operators.count.functions.Tuple1With1L
 
join(GraphHeadString, G) - Method in class org.gradoop.flink.model.impl.operators.distinction.functions.GraphHeadGroup
 
join(EPGMEdge, Tuple2<EPGMVertex, GradoopId>, Collector<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.FlatJoinSourceEdgeReference
 
join(EPGMEdge, EPGMVertex, Collector<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.UpdateEdgesThoughToBeFusedVertices
 
join(EdgeGroupItem, VertexWithSuperVertex) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.UpdateEdgeGroupItem
 
join(T, Tuple2<GradoopId, GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.UpdateIdField
 
join(LVertex, Force) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
 
join(LVertex, LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
Computes the repulsion force between two vertices ONLY FOR THE FIRST vertex
join(LVertex, LVertex, Collector<Force>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRRepulsionFunction
Implement FlatJoin and produce the force-tuples for both vertices at once.
join(LVertex, EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.LVertexEPGMVertexJoinFunction
 
join(Tuple2<LEdge, Tuple2<LVertex, Boolean>>, Tuple2<LVertex, Boolean>, Collector<Tuple3<LVertex, LVertex, Double>>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
 
join(IdWithCandidates<GradoopId>, TripleWithCandidates<GradoopId>, Collector<TripleWithSourceEdgeCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingPairs
 
join(TripleWithSourceEdgeCandidates<GradoopId>, IdWithCandidates<GradoopId>, Collector<TripleWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingTriples
 
join(Embedding, EdgeWithTiePoint, Collector<ExpandEmbedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.CreateExpandEmbedding
 
join(ExpandEmbedding, EdgeWithTiePoint, Collector<ExpandEmbedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.MergeExpandEmbeddings
 
join(Embedding, Embedding, Collector<Embedding>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.MergeEmbeddings
 
join(EmbeddingWithTiePoint<K>, EdgeStep<K>, Collector<EmbeddingWithTiePoint<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateEdgeMapping
 
join(EmbeddingWithTiePoint<K>, TripleWithCandidates<K>, Collector<EmbeddingWithTiePoint<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateVertexEdgeMapping
 
join(EmbeddingWithTiePoint<K>, VertexStep<K>, Collector<EmbeddingWithTiePoint<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateVertexMapping
 
join(FatVertex, Message) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.UpdateVertexState
 
join(Tuple2<GradoopId, GradoopIdSet>, EL) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.AddGraphsToElements
 
join(Tuple2<P, Q>, V) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexToFieldOne
 
join(Tuple2<P, Q>, V) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexToFieldZero
 
join(E, V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeSourceVertexJoin
 
join(Tuple3<E, GradoopId, Boolean>, V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeTargetVertexJoin
 
join(V, Tuple2<GradoopId, GradoopIdSet>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.AddNewGraphsToVertex
 
join(E, Tuple2<GradoopId, GradoopIdSet>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.JoinEdgeTupleWithSourceGraphs
 
join(Tuple2<E, GradoopIdSet>, Tuple2<GradoopId, GradoopIdSet>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.JoinEdgeTupleWithTargetGraphs
 
join(Tuple2<GradoopId, PropertyValue>, Tuple2<PropertyValue, GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.JoinVertexIdWithGraphIds
 
join(IdWithLabel, IdWithLabel) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.BothLabels
 
join(WithCount<GradoopId>, GradoopId) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.SetOrCreateWithCount
 
join(WithCount<T>, WithCount<T>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.SumCounts
 
join(Tuple2<GradoopId, GradoopIdSet>, R) - Method in class org.gradoop.flink.model.impl.operators.subgraph.functions.RightSideWithLeftGraphs2To1
 
join(EdgeString, VertexString) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.SourceStringUpdater
 
join(EdgeString, VertexString) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.TargetStringUpdater
 
join(Tuple2<GradoopId, TreeMap<Long, Integer>>, Tuple3<GradoopId, Long, Long>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.ExtendVertexDataWithInterval
 
join(TemporalEdge, TemporalVertex, Collector<TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.operators.verify.functions.UpdateEdgeValidity
 
JoinEdgeTupleWithSourceGraphs<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.split.functions
Join edge tuples with the graph sets of their sources.
JoinEdgeTupleWithSourceGraphs() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.JoinEdgeTupleWithSourceGraphs
 
JoinEdgeTupleWithTargetGraphs<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.split.functions
Join edge tuples with the graph sets of their targets.
JoinEdgeTupleWithTargetGraphs() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.JoinEdgeTupleWithTargetGraphs
 
JoinEmbeddings<G extends FSMGraph,SE extends SubgraphEmbeddings> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Superclass of classes joining subgraph embeddings.
JoinEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.JoinEmbeddings
Constructor.
JoinEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
Joins two embeddings at given columns and checks for vertex/edge isomorphism/homomorphism.
JoinEmbeddings(DataSet<Embedding>, DataSet<Embedding>, int, int, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
Instantiates a new join operator.
JoinEmbeddings(DataSet<Embedding>, DataSet<Embedding>, int, List<Integer>, List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
Instantiates a new join operator.
JoinEmbeddings(DataSet<Embedding>, DataSet<Embedding>, int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, List<Integer>, List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
Instantiates a new join operator.
JoinEmbeddings(DataSet<Embedding>, DataSet<Embedding>, int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, List<Integer>, List<Integer>, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
Instantiates a new join operator.
JoinEmbeddingsNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
Binary node that wraps a JoinEmbeddings operator.
JoinEmbeddingsNode(PlanNode, PlanNode, List<String>, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
Creates a new node.
JoinEmbeddingsNode(PlanNode, PlanNode, List<String>, MatchStrategy, MatchStrategy, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
Creates a new node.
joinHint - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
join hint
JoinNode - Interface in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Marker interface for plan nodes that join embeddings.
JoinTemporalEstimator - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
Keeps track of the joined leaf nodes in a query plan and computes a total estimated cardinality for the plan.
JoinVertexIdWithGraphIds - Class in org.gradoop.flink.model.impl.operators.split.functions
Join the new GradoopIds, representing the new graphs, with the vertices by adding them to the vertices graph sets
JoinVertexIdWithGraphIds() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.JoinVertexIdWithGraphIds
 
JSON_VERTEX_LABEL - Static variable in class org.gradoop.dataintegration.importer.impl.json.functions.MinimalJsonToVertex
The default label used for the newly created vertices.

K

k(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Set the FRLayouter parameter k for both algorithms, overwriting the default value
k - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
User supplied k.
k(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Override default k-parameter of the FR-Algorithm Default: 100
k - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.DefaultVertexCompareFunction
Parameter k that is used in the FR-Algorithm
keep() - Static method in interface org.gradoop.flink.model.api.functions.TransformationFunction
Returns the unmodified element.
KEY() - Constructor for class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
 
KEY_PREDICATE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
gradoop predicate options key
KeyedGrouping<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping
Group a graph based on some key functions.
KeyedGrouping(List<KeyFunction<V, ?>>, List<AggregateFunction>, List<KeyFunction<E, ?>>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGrouping
Instantiate this grouping function.
KeyedGroupingExample - Class in org.gradoop.examples.keyedgrouping
A self-contained example on how to use KeyedGrouping and on how to define and use a custom key-function.
KeyedGroupingExample() - Constructor for class org.gradoop.examples.keyedgrouping.KeyedGroupingExample
 
KeyedGroupingUtils - Class in org.gradoop.flink.model.impl.operators.keyedgrouping
Utilities for the KeyedGrouping implementation.
KeyFunction<E,K> - Interface in org.gradoop.flink.model.api.functions
A function extracting a key from an element.
KeyFunctionWithDefaultValue<E,K> - Interface in org.gradoop.flink.model.api.functions
A (grouping) key function with a default value.
KMeans<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.kmeans
Takes a logical graph, a user-defined amount of iterations and centroids, and the property names of the vertex that are used for the clustering as input.
KMeans(int, int, String, String) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.KMeans
Constructor to create an instance of KMeans
KRandomJumpGellyVCI<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.randomjump
Performs the RandomJump using Gellys VertexCentricIteration (VCI).
KRandomJumpGellyVCI(int, int, double, double) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
Creates an instance of KRandomJumpGellyVCI.
KryoUtils - Class in org.gradoop.storage.accumulo.utils
kryo utils
KryoUtils() - Constructor for class org.gradoop.storage.accumulo.utils.KryoUtils
 

L

label - Variable in class org.gradoop.common.model.impl.pojo.EPGMElement
Label of that entity.
label(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization.CanonicalLabeler
Creates a canonical subgraph graph label
Label<L extends Labeled> - Class in org.gradoop.flink.model.impl.functions.epgm
labeled element => label
Label() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Label
 
label() - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.GroupingKeys
Group by label.
LABEL - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
element label
LABEL_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
LABEL_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
LABEL_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
LABEL_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
LABEL_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
LABEL_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
LABEL_SYMBOL - Static variable in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Used as property key to declare a label based grouping.
LabelCombiner<L extends Labeled> - Class in org.gradoop.flink.model.impl.functions.epgm
concatenates the labels of labeled things
LabelCombiner() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.LabelCombiner
 
LabelComparator - Interface in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Frequency-based label comparator.
Labeled - Interface in org.gradoop.common.model.api.entities
Describes an entity that has a label.
LabeledGraphIntString - Class in org.gradoop.flink.algorithms.fsm.dimspan.tuples
Minimalistic model of a graph with integer-labeled vertices and string-labeld edges.
LabeledGraphIntString() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Default constructor.
LabeledGraphStringString - Class in org.gradoop.flink.algorithms.fsm.dimspan.tuples
Minimalistic model of a string-labeled graph.
LabeledGraphStringString() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphStringString
Default constructor.
LabelGroup - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
Stores grouping keys and aggregates for a specific label.
LabelGroup() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Default constructor.
LabelGroup(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Constructor to only define the label.
LabelGroup(String, String, List<String>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Constructor with varargs.
LabelGroupFilter<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Function to check whether a vertex is a member of a LabelGroup.
LabelGroupFilter(List<LabelGroup>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.LabelGroupFilter
A filter function to retain vertices that are in a label group which means, the vertex has a label or property that matches a grouping key from the config.
labelIn(String...) - Static method in class org.gradoop.storage.accumulo.utils.AccumuloFilters
Label in formula generator function
LabelIn<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.filter.impl
Predicate by label equality return element if and only if: - label if not null - given label ranges contain element's label value
LabelIn(String...) - Constructor for class org.gradoop.storage.common.predicate.filter.impl.LabelIn
Create a new LabelIn predicate
labelIn(String...) - Static method in class org.gradoop.storage.hbase.utils.HBaseFilters
Static generator function for labelIn predicate to apply on a HBase store.
LabelIsIn<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Filter function to check if an EPGM elements label is in a white list.
LabelIsIn(String...) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.LabelIsIn
Constructor for this filter using an array of labels.
LabelIsIn(Collection<String>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.LabelIsIn
Constructor for this filter using a collection of labels.
LabelKeyFunction<T extends Labeled> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
A grouping key function extracting the label.
LabelKeyFunction() - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.LabelKeyFunction
 
LabelOnly - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
(category, label, frequency) => label
LabelOnly() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.LabelOnly
 
LabelPropagation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.labelpropagation
Wraps LabelPropagation into the EPGM model.
LabelPropagation(int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.LabelPropagation
Constructor
labelReg(Pattern) - Static method in class org.gradoop.storage.accumulo.utils.AccumuloFilters
Label regex formula generator function
LabelReg<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.filter.impl
Predicate by label regex matching return element if and only if: - label if not null - label match given regex formula
LabelReg(Pattern) - Constructor for class org.gradoop.storage.common.predicate.filter.impl.LabelReg
Create a new LabelReg predicate
labelReg(Pattern) - Static method in class org.gradoop.storage.hbase.utils.HBaseFilters
Static generator function for labelReg predicate to apply on a HBase store.
labelSpecific(Map<String, List<KeyFunctionWithDefaultValue<T, ?>>>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.GroupingKeys
Group elements differently based on their label.
labelSpecific(Map<String, List<KeyFunctionWithDefaultValue<T, ?>>>, Map<String, String>) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.GroupingKeys
Group elements based on their label and some key functions depending on their label.
LabelSpecificAggregatorWrapper - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific
A wrapper for an aggregate function that will only return the increment of elements that have a certain label.
LabelSpecificAggregatorWrapper(String, AggregateFunction, short) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificAggregatorWrapper
Create a new instance of this wrapper.
LabelSpecificKeyFunction<T extends Element> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific
A grouping key function that extracts grouping keys only for specific labels.
LabelSpecificKeyFunction(Map<String, List<KeyFunctionWithDefaultValue<T, ?>>>, Map<String, String>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.LabelSpecificKeyFunction
Create an instance of this key function.
labelWithProperties(EL) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.ElementToDataString
generalization of label and properties string concatenation
LARGE_PROPERTY_THRESHOLD - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
If the length of the byte representation is larger than this value, the length will be stored as an int instead of a short.
lastIteration - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
cache the last computed temperature and re-use if possible to reduce needed computing-power
lastSpeedLimit - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
cache the last computed temperature and re-use if possible to reduce needed computing-power
Layout<V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
Base description of a graph / collection layout.
layout(LGraph) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Perform the actual layouting (calculate and apply forces)
layoutHeight - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Height of the original layout of the graph
layoutHeight - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Height of the layouting space
LayoutingAlgorithm - Interface in org.gradoop.flink.model.impl.operators.layouting
Interface for all Layouters.
layoutWidth - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Width of the original layout of the graph
layoutWidth - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Width of the layouting-space
LeafNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Represents a leaf node in the query plan.
LeafNode() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.LeafNode
 
LEdge - Class in org.gradoop.flink.model.impl.operators.layouting.util
Lightweight version of EPGMEdge.
LEdge(GradoopId, GradoopId, GradoopId, List<GradoopId>) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Create LEdge from raw data
LEdge(EPGMEdge) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Construct LEdge from regular edge
LEdge() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Default constructor.
LeftElementId<K extends Element> - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Left projection with id obtained.
LeftElementId() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.LeftElementId
 
LeftJoin0OfTuple2<L,R> - Class in org.gradoop.flink.model.impl.operators.base.functions
Left join, return first value of Tuple2.
LeftJoin0OfTuple2() - Constructor for class org.gradoop.flink.model.impl.operators.base.functions.LeftJoin0OfTuple2
 
LeftSide<L,R> - Class in org.gradoop.flink.model.impl.functions.utils
left, right => left
LeftSide() - Constructor for class org.gradoop.flink.model.impl.functions.utils.LeftSide
 
LeftSideWithRightGraphs<L extends GraphElement,R extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.utils
left, right => left (retain graphIds contained in right)
LeftSideWithRightGraphs() - Constructor for class org.gradoop.flink.model.impl.functions.utils.LeftSideWithRightGraphs
 
LeftWhenRightIsNull<E> - Class in org.gradoop.flink.model.impl.functions.utils
Returns the left side if the right side is null.
LeftWhenRightIsNull() - Constructor for class org.gradoop.flink.model.impl.functions.utils.LeftWhenRightIsNull
 
LGraph - Class in org.gradoop.flink.model.impl.operators.layouting.util
Lightweight/Layouting-Graph.
LGraph(DataSet<LVertex>, DataSet<LEdge>) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Create new graph
LGraph(DataSet<SimpleGraphElement>) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Create new graph
LGraphToEPGMMapper - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Converts an LGraph to an EPGM Graph
LGraphToEPGMMapper() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.LGraphToEPGMMapper
 
limit(int) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns the first n arbitrary logical graphs contained in that collection.
Limit<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.limit
Returns the first n (arbitrary) base graphs from a collection.
Limit(int) - Constructor for class org.gradoop.flink.model.impl.operators.limit.Limit
Creates a new limit operator instance.
LimitedDegreeVertexRandomFilter<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Retains all vertices with degrees greater than the degree threshold.
LimitedDegreeVertexRandomFilter(float, long, long, VertexDegree) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.LimitedDegreeVertexRandomFilter
Creates a new filter instance.
LINE_SEPARATOR - Static variable in class org.gradoop.flink.model.impl.operators.tostring.CanonicalAdjacencyMatrixBuilder
Character used to separate lines.
LIST_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Used to separate entries of list types in the CSV files
LIST_TEMPLATE - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Template for lists in CSV files.
ListStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type List.
ListStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
LiteralComparable - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables
Wraps a Literal
LiteralComparable(Literal) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.LiteralComparable
Creates a new wrapper
loads(byte[], Class<T>) - Static method in class org.gradoop.storage.accumulo.utils.KryoUtils
load object from byte array
LocalCCResultTupleToVertexJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions
Writes the local clustering coefficient from Tuple2<GradoopId, Double> to the corresponding Gradoop vertex as property.
LocalCCResultTupleToVertexJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions.LocalCCResultTupleToVertexJoin
 
LocalDirectedCCResultToTupleMap - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions
Maps the LocalClusteringCoefficient.Result for a directed graph to a Tuple2<GradoopId, Double> for further processing.
LocalDirectedCCResultToTupleMap() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions.LocalDirectedCCResultToTupleMap
 
LocalUndirectedCCResultToTupleMap - Class in org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions
Maps the LocalClusteringCoefficient.Result for an undirected graph to a Tuple2<GradoopId, Double> for further processing.
LocalUndirectedCCResultToTupleMap() - Constructor for class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions.LocalUndirectedCCResultToTupleMap
 
log(DataSet<T>, Printer<T, K>, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Prints out logging information if logging is enabled and mapping information is available.
LogicalGraph - Class in org.gradoop.flink.model.impl.epgm
A logical graph is one of the base concepts of the Extended Property Graph Model.
LogicalGraphFactory - Class in org.gradoop.flink.model.impl.epgm
Responsible for creating instances of LogicalGraph based on a specific LogicalGraphLayout.
LogicalGraphFactory(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
Creates a new factory.
LogicalGraphLayout<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
A logical graph layout defines the Flink internal (DataSet) representation of a logical graph instance containing elements of the specified types.
LogicalGraphLayoutFactory<G extends GraphHead,V extends Vertex,E extends Edge> - Interface in org.gradoop.flink.model.api.layouts
Enables the construction of a LogicalGraphLayout.
LogicalGraphOperators - Interface in org.gradoop.flink.model.api.epgm
Defines the operators that are available on a LogicalGraph.
LongIdToGellyVertexWithVCIValueMap - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Creates a Gelly vertex with an unique long id as id and a VCIVertexValue as value.
LongIdToGellyVertexWithVCIValueMap() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.LongIdToGellyVertexWithVCIValueMap
Creates an instance of LongIdToGellyVertexWithVCIValueMap.
LongIdTupleToGellyEdgeWithLongValueJoin - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Creates a Gelly edge with its long index as its value.
LongIdTupleToGellyEdgeWithLongValueJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.LongIdTupleToGellyEdgeWithLongValueJoin
Creates an instance of LongIdTupleToGellyEdgeWithLongValueJoin.
LongIdWithEdgeToTupleJoin<E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Takes an Gradoop edge and creates a tuple, containing the edges source id as unique long id, its target id as GradoopId and its own id as GradoopId.
LongIdWithEdgeToTupleJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.LongIdWithEdgeToTupleJoin
Creates an instance of LongIdWithEdgeToTupleJoin.
LongStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Long.
LongStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
LongTupleToGellyEdgeWithLongValue - Class in org.gradoop.flink.algorithms.gelly.functions
Map function to create gelly edge from long tuple.
LongTupleToGellyEdgeWithLongValue() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.LongTupleToGellyEdgeWithLongValue
Creates an instance of this map function to create gelly edges.
LongTupleToGellyVertexWithLongValue - Class in org.gradoop.flink.algorithms.gelly.functions
Map function to create gelly vertices from long tuple.
LongTupleToGellyVertexWithLongValue() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.LongTupleToGellyVertexWithLongValue
Constructor
lowerBound - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
minimum hops
LPMessageFunction - Class in org.gradoop.flink.algorithms.gelly.labelpropagation.functions
Distributes the new vertex value
LPMessageFunction() - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPMessageFunction
 
LPUpdateFunction - Class in org.gradoop.flink.algorithms.gelly.labelpropagation.functions
Updates the value of a vertex by picking the most frequent value out of all incoming values.
LPUpdateFunction() - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPUpdateFunction
 
LPVertexJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.labelpropagation.functions
Updates the vertex on the left side with the property value on the right side.
LPVertexJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPVertexJoin
Constructor.
LVertex - Class in org.gradoop.flink.model.impl.operators.layouting.util
Lightweight/Layouting-Vertex.
LVertex(GradoopId, Vector) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Create new LVertex
LVertex(GradoopId, Vector, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Create new LVertex
LVertex(GradoopId, Vector, int, List<GradoopId>) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Create new LVertex
LVertex(GradoopId, Vector, int, List<GradoopId>, Vector) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Create new LVertex
LVertex(EPGMVertex) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Create new LVertex
LVertex() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Default-Constructor to comply with Pojo-Rules
LVertexEPGMVertexJoinFunction - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Joins LVeritces and EPGMVertices.
LVertexEPGMVertexJoinFunction() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.LVertexEPGMVertexJoinFunction
 
LVertexFlattener - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Converts an LVertex (that can contain multiple sub-vertices into a list of single LVertices.
LVertexFlattener(boolean, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.LVertexFlattener
Converts an LVertex (that can contain multiple sub-vertices into a list of single LVertices.

M

mAdd(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
magnitude() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Get the lenght of this vector
main(String[]) - Static method in class org.gradoop.examples.aggregation.AggregationExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.aggregation.TemporalAggregationExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.communities.GellyCommunitiesExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.difference.DifferenceExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.frequentpattern.DIMSpanExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.grouping.SchemaGraphExample
Runs the program on the example data graph The example provides an overview over the usage of the grouping() method.
main(String[]) - Static method in class org.gradoop.examples.grouping.TemporalGroupingExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.keyedgrouping.KeyedGroupingExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.patternmatch.GDLQueryExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.quickstart.QuickstartExample
Runs the program on the example data graph.
main(String[]) - Static method in class org.gradoop.examples.snapshot.SnapshotExample
Runs the program on the example data graph.
map(Properties) - Method in class org.gradoop.dataintegration.importer.impl.csv.functions.PropertiesToVertex
 
map(String) - Method in class org.gradoop.dataintegration.importer.impl.json.functions.MinimalJsonToVertex
Constructs a vertex from a given JSON string representation.
map(E) - Method in class org.gradoop.dataintegration.transformation.functions.CreateVertexFromEdges
 
map(E) - Method in class org.gradoop.dataintegration.transformation.functions.GetPropertiesAsList
 
map(Tuple2<PropertyValue, GradoopId>) - Method in class org.gradoop.dataintegration.transformation.impl.functions.CreateNewVertex
 
map(Tuple2<GradoopId, GradoopIdSet>) - Method in class org.gradoop.flink.algorithms.btgs.functions.ComponentToNewBtgId
 
map(GradoopId) - Method in class org.gradoop.flink.algorithms.btgs.functions.NewBtgGraphHead
 
map(E) - Method in class org.gradoop.flink.algorithms.btgs.functions.TargetIdBtgId
 
map(WithCount<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.DFSCodeToEPGMGraphTransaction
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.EPGMGraphTransactionToLabeledGraph
 
map(WithCount<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.CompressPattern
 
map(Boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.CreateCollector
 
map(GraphWithPatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.GrowFrequentPatterns
 
map(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.InitSingleEdgePatternEmbeddingsMap
 
map(LabeledGraphIntString) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneEdges
 
map(LabeledGraphStringString) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneVertices
 
map(Long) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.MinFrequency
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.DropPropertiesAndGraphContainment
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterEdgesByLabel
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterVerticesByLabel
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.ToDirectedAdjacencyList
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.ToUndirectedAdjacencyList
 
map(Map<String, Long>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryMinFrequencies
 
map(CCSGraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryWithCount
 
map(CCSSubgraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSubgraphDecoder
 
map(CCSSubgraphEmbeddings) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSSubgraphOnly
 
map(CCSSubgraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CCSWrapInSubgraphEmbeddings
 
map(CategoryCountableLabel) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.LabelOnly
 
map(Long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.MinFrequency
 
map(TFSMSubgraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSubgraphDecoder
 
map(TFSMSubgraphEmbeddings) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSubgraphOnly
 
map(TFSMSubgraph) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMWrapInSubgraphEmbeddings
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToCCSGraph
 
map(GraphTransaction) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToTFSMGraph
 
map(G) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentEdgeLabels
 
map(G) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentVertexLabels
 
map(LocalClusteringCoefficient.Result<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions.LocalDirectedCCResultToTupleMap
 
map(LocalClusteringCoefficient.Result<GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions.LocalUndirectedCCResultToTupleMap
 
map(Vertex<Long, Long>) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.MapVertexIdComponentId
 
map(E) - Method in class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithDouble
 
map(E) - Method in class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithNullValue
 
map(E) - Method in class org.gradoop.flink.algorithms.gelly.functions.EdgeToGellyEdgeWithPropertyValue
 
map(Tuple4<Long, GradoopId, Long, Long>) - Method in class org.gradoop.flink.algorithms.gelly.functions.LongTupleToGellyEdgeWithLongValue
Create gelly edge.
map(Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.functions.LongTupleToGellyVertexWithLongValue
Map function to create gelly vertices with long key and long value.
map(V) - Method in class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithGradoopId
 
map(V) - Method in class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithNullValue
 
map(V) - Method in class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithPropertyValue
 
map(G) - Method in class org.gradoop.flink.algorithms.gelly.functions.WritePropertyToGraphHeadMap
 
map(Tuple2<Long, GradoopId>) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.LongIdToGellyVertexWithVCIValueMap
 
map(E) - Method in class org.gradoop.flink.io.api.metadata.functions.ElementToPropertyMetaData
 
map(String) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToEdge
 
map(String) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToGraphHead
 
map(String) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToVertex
 
map(EPGMEdge) - Method in class org.gradoop.flink.io.impl.csv.functions.EdgeToCSVEdge
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.io.impl.csv.functions.GraphHeadToCSVGraphHead
 
map(EPGMVertex) - Method in class org.gradoop.flink.io.impl.csv.functions.VertexToCSVVertex
 
map(Tuple2<K, Tuple2<K, K>>) - Method in class org.gradoop.flink.io.impl.edgelist.functions.CreateImportEdge
Method to create ImportEdge
map(Tuple1<K>) - Method in class org.gradoop.flink.io.impl.edgelist.functions.CreateImportVertex
 
map(Tuple2<K, String>) - Method in class org.gradoop.flink.io.impl.edgelist.functions.CreateLabeledImportVertex
 
map(ImportVertex<K>) - Method in class org.gradoop.flink.io.impl.graph.functions.InitVertex
Outputs a triple containing of the import vertex identifier, the new EPGM vertex identifier and the EPGM vertex.
map(EPGMVertex) - Method in class org.gradoop.flink.io.impl.image.functions.ToCoordsTuple
 
map(EPGMVertex) - Method in class org.gradoop.flink.io.impl.image.functions.VertexScaleMap
 
map(EPGMVertex) - Method in class org.gradoop.flink.io.impl.image.functions.VertexZoomMap
 
map(EPGMEdge) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.EdgeToProtobufObject
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.GraphHeadToProtobufObject
 
map(EPGMProto.Edge.Builder) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToEdge
 
map(EPGMProto.GraphHead.Builder) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToGraphHead
 
map(EPGMProto.Vertex.Builder) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToVertex
 
map(EPGMVertex) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.VertexToProtobufObject
 
map(Tuple2<LongWritable, Text>) - Method in class org.gradoop.flink.io.impl.tlf.functions.DictionaryEntry
Creates a tuple of integer and string from the input text.
map(GraphTransaction) - Method in class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelDecoder
 
map(GraphTransaction) - Method in class org.gradoop.flink.io.impl.tlf.functions.ElementLabelEncoder
Removes the dictionary labels and sets the simple labels (integer).
map(Tuple2<LongWritable, Text>) - Method in class org.gradoop.flink.io.impl.tlf.functions.GraphTransactionFromText
Cunstructs a dataset containing TLFGraph(s).
map(GraphTransaction) - Method in class org.gradoop.flink.io.impl.tlf.functions.VertexLabelDecoder
 
map(Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.Not
 
map(DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Not
Map a a boolean dataset to its inverse.
map(T) - Method in class org.gradoop.flink.model.impl.functions.bool.True
 
map(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.Clone
 
map(Tuple3<GradoopId, GradoopId, GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.epgm.EdgeFromIds
 
map(Tuple2<EL, GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.epgm.ElementIdUpdater
 
map(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.Id
 
map(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdAsIdSet
 
map(Tuple1<GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.epgm.InitGraphHead
 
map(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.Label
 
map(T) - Method in class org.gradoop.flink.model.impl.functions.epgm.PairElementWithNewId
 
map(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.PairElementWithPropertyValue
 
map(Tuple1<T>) - Method in class org.gradoop.flink.model.impl.functions.epgm.PairTupleWithNewId
 
map(L) - Method in class org.gradoop.flink.model.impl.functions.epgm.Properties
 
map(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.PropertyRemover
 
map(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.SetProperty
 
map(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.SourceId
 
map(E) - Method in class org.gradoop.flink.model.impl.functions.epgm.TargetId
 
map(EPGMEdge) - Method in class org.gradoop.flink.model.impl.functions.epgm.ToGellyEdgeWithNullValue
 
map(T) - Method in class org.gradoop.flink.model.impl.functions.epgm.ToPropertyValue
 
map(T) - Method in class org.gradoop.flink.model.impl.functions.epgm.TransactionGraphHead
 
map(EL) - Method in class org.gradoop.flink.model.impl.functions.epgm.Tuple1WithId
 
map(Tuple1<GradoopId>) - Method in class org.gradoop.flink.model.impl.functions.epgm.VertexFromId
 
map(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraph
 
map(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
 
map(GE) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.ExpandGraphsToIdSet
 
map(Tuple1<Integer>) - Method in class org.gradoop.flink.model.impl.functions.tuple.CastTuple1IntToDouble
 
map(T) - Method in class org.gradoop.flink.model.impl.functions.tuple.ObjectTo1
 
map(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Project2To0
 
map(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Project2To1
 
map(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Project3To0
 
map(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Project3To0And1
 
map(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Project4To0And1
 
map(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Project4To1And2And3
 
map(Tuple2<A, B>) - Method in class org.gradoop.flink.model.impl.functions.tuple.SwitchPair
 
map(EL) - Method in class org.gradoop.flink.model.impl.functions.tuple.ToIdWithLabel
 
map(Tuple2<T, Long>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Tuple2ToWithCount
 
map(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of2
 
map(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of3
 
map(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value0Of4
 
map(Tuple2<T0, T1>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value1Of2
 
map(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value1Of3
 
map(Tuple3<T0, T1, T2>) - Method in class org.gradoop.flink.model.impl.functions.tuple.Value2Of3
 
map(Tuple1<T>) - Method in class org.gradoop.flink.model.impl.functions.tuple.ValueOf1
 
map(WithCount<T>) - Method in class org.gradoop.flink.model.impl.functions.tuple.ValueOfWithCount
 
map(T) - Method in class org.gradoop.flink.model.impl.functions.utils.AddCount
 
map(IN) - Method in class org.gradoop.flink.model.impl.functions.utils.Cast
 
map(T) - Method in class org.gradoop.flink.model.impl.functions.utils.Superstep
 
map(GraphTransaction) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.AggregateTransactions
 
map(G) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
 
map(EL) - Method in class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
 
map(Tuple2<EL, T>) - Method in class org.gradoop.flink.model.impl.operators.cloning.functions.Value0Of2ToId
 
map(T) - Method in class org.gradoop.flink.model.impl.operators.count.functions.Tuple1With1L
 
map(Tuple1<T>) - Method in class org.gradoop.flink.model.impl.operators.count.functions.Tuple2FromTupleWithObjectAnd1L
 
map(T) - Method in class org.gradoop.flink.model.impl.operators.count.functions.Tuple2WithObjectAnd1L
 
map(O) - Method in class org.gradoop.flink.model.impl.operators.difference.functions.CreateTuple2WithLong
 
map(GraphHeadString) - Method in class org.gradoop.flink.model.impl.operators.distinction.functions.IdFromGraphHeadString
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.CoGroupGraphHeadToVertex
 
map(K) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.MapFunctionAddGraphElementToGraph2
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.MapGraphHeadForNewGraph
 
map(EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.fusion.functions.MapVerticesAsTuplesWithNullId
 
map(VertexGroupItem) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildSuperVertex
 
map(VertexGroupItem) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertex
 
map(VertexGroupItem) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertexBC
 
map(V) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.SetVertexAsSuperVertex
 
map(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperEdgeFromTuple
 
map(T) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildSuperVertexFromTuple
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromEdges
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromElements
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.BuildTuplesFromVertices
 
map(Tuple3<Integer, Point, Long>) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.CentroidAverager
Creates a new centroid, which coordinates are the average coordinates of the points assigned to the same centroid.
map(Tuple2<Centroid, Point>) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.CountAppender
Appends a counter to the tuple, responsible for counting the amount of summed up points per centroid.
map(Point) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.SelectNearestCenter
Searches the nearest centroid for a given point out of all centroids.
map(Tuple2<V, Tuple2<Centroid, Point>>) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.VertexPostProcessingMap
Extends the vertex attributes by the clusterId and its spatial properties
map(LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
 
map(LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
For every vertex chooses the closest centroid.
map(Tuple3<LVertex, LVertex, Integer>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRAttractionFunction
 
map(LVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdMapper
 
map(EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
 
map(IN) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
 
map(GE) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AddGraphElementToNewGraph
 
map(V) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildIdWithCandidates
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildTripleWithCandidates
 
map(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ReverseEdgeEmbedding
 
map(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions.AddEmbeddingElements
 
map(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractKeyedCandidateEdges
 
map(EPGMEdge) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectEdge
 
map(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectEmbedding
 
map(Embedding) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectEmbeddingElements
 
map(EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectVertex
 
map(TripleWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEdgeStep
 
map(IdWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEmbeddingFromVertex
 
map(IdWithCandidates<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildVertexStep
 
map(V) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildIdWithCandidatesAndGraphs
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildTripleWithCandidatesAndGraphs
 
map(GraphTransaction) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphTransactionMatcher
 
map(GraphWithCandidates) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.HasEmbeddings
 
map(Tuple2<GradoopId, GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.InitGraphHeadWithLineage
 
map(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.Project4To0And2AndSwitch
 
map(Tuple4<T0, T1, T2, T3>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.Project4To0And3AndSwitch
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsFromEdge
 
map(EPGMEdge) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.EdgeWithSourceTarget
 
map(V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.RandomVertex
 
map(V) - Method in class org.gradoop.flink.model.impl.operators.sampling.functions.VertexToDegreeMap
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.split.functions.EdgeToTriple
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateAverageDegree
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CalculateDensity
 
map(WithCount<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.DegreeDistanceFunction
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.ToSourceIdWithLabel
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.ToTargetIdWithLabel
 
map(G) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToDataString
 
map(G) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToEmptyString
 
map(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.GraphHeadToIdString
 
map(EdgeString) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.SwitchSourceTargetIds
 
map(EL) - Method in class org.gradoop.flink.model.impl.operators.transformation.functions.TransformBase
Applies the modification function on the current element and its copy.
map(GraphTransaction) - Method in class org.gradoop.flink.model.impl.operators.transformation.functions.TransformGraphTransaction
 
map(E) - Method in class org.gradoop.flink.model.impl.operators.verify.functions.RemoveDanglingGraphIds
 
map(EPGMEdge) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildEdgeMutation
 
map(EPGMGraphHead) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildGraphHeadMutation
 
map(EPGMVertex) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildVertexMutation
 
map(String) - Method in class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalEdge
 
map(String) - Method in class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalGraphHead
 
map(String) - Method in class org.gradoop.temporal.io.impl.csv.functions.CSVLineToTemporalVertex
 
map(TemporalEdge) - Method in class org.gradoop.temporal.io.impl.csv.functions.TemporalEdgeToTemporalCSVEdge
 
map(TemporalGraphHead) - Method in class org.gradoop.temporal.io.impl.csv.functions.TemporalGraphHeadToTemporalCSVGraphHead
 
map(TemporalVertex) - Method in class org.gradoop.temporal.io.impl.csv.functions.TemporalVertexToTemporalCSVVertex
 
map(TPGMProto.TemporalEdge.Builder) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.ProtobufObjectToTemporalEdge
 
map(TPGMProto.TemporalGraphHead.Builder) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.ProtobufObjectToTemporalGraphHead
 
map(TPGMProto.TemporalVertex.Builder) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.ProtobufObjectToTemporalVertex
 
map(TemporalEdge) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalEdgeToProtobufObject
 
map(TemporalGraphHead) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalGraphHeadToProtobufObject
 
map(TemporalVertex) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalVertexToProtobufObject
 
map(E) - Method in class org.gradoop.temporal.model.impl.functions.tpgm.EdgeToTemporalEdge
 
map(G) - Method in class org.gradoop.temporal.model.impl.functions.tpgm.GraphHeadToTemporalGraphHead
 
map(TemporalEdge) - Method in class org.gradoop.temporal.model.impl.functions.tpgm.TemporalEdgeToEdge
 
map(TemporalGraphHead) - Method in class org.gradoop.temporal.model.impl.functions.tpgm.TemporalGraphHeadToGraphHead
 
map(TemporalVertex) - Method in class org.gradoop.temporal.model.impl.functions.tpgm.TemporalVertexToVertex
 
map(V) - Method in class org.gradoop.temporal.model.impl.functions.tpgm.VertexToTemporalVertex
 
map(TemporalVertex) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.ExtractIdIntervalMap
 
map(Tuple2<GradoopId, Long>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.MapCalculateAverageDegree
 
map(Tuple4<GradoopId, Long, Long, Integer>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.MapCalculatePartialAverageDegree
 
map(G) - Method in class org.gradoop.temporal.model.impl.operators.tostring.TemporalGraphHeadToDataString
 
MAP_SEPARATOR - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Used to separate key and value of maps in the CSV files.
MAP_TEMPLATE - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Template for maps in CSV files
MapCalculateAverageDegree - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A map transformation that helps to calculate the average degree of a vertex.
MapCalculateAverageDegree(Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.MapCalculateAverageDegree
Creates an instance of this map transformation.
MapCalculatePartialAverageDegree - Class in org.gradoop.temporal.model.impl.operators.metric.functions
A map function which calculates partial average degrees, an interim result for calculating the overall average degree.
MapCalculatePartialAverageDegree(Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.functions.MapCalculatePartialAverageDegree
Creates an instance of this map transformation.
MapFunctionAddGraphElementToGraph2<K extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.operators.fusion.functions
A variant of the AddToGraph, where we have no graph head but a graph id
MapFunctionAddGraphElementToGraph2(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.MapFunctionAddGraphElementToGraph2
Default constructor
MapGraphHeadForNewGraph - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Creates a new head and sets a new graph id
MapGraphHeadForNewGraph(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.MapGraphHeadForNewGraph
Default constructor
mapResultToTuple(Result) - Method in class org.gradoop.storage.hbase.impl.io.inputformats.EdgeTableInputFormat
 
mapResultToTuple(Result) - Method in class org.gradoop.storage.hbase.impl.io.inputformats.GraphHeadTableInputFormat
 
mapResultToTuple(Result) - Method in class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
 
mapRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
Decode record instance from result entry This is a pure client behavior for result decode
mapRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.EdgeInputFormat
 
mapRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.GraphHeadInputFormat
 
mapRow(Map.Entry<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
 
MapStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Map.
MapStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
mapToEPGMEdge(LEdge) - Static method in class org.gradoop.flink.model.impl.operators.layouting.functions.LGraphToEPGMMapper
Map LEdge to EPGMEdge.
mapTpEPGMVertex(LVertex) - Static method in class org.gradoop.flink.model.impl.operators.layouting.functions.LGraphToEPGMMapper
Map LVertex to EPGMVertex.
MapVertexIdComponentId - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
Map function to pass the gelly vertex as tuple.
MapVertexIdComponentId() - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.MapVertexIdComponentId
 
MapVertexToPairWithGraphId - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Demultiplexes a vertex by associating its graphId
MapVertexToPairWithGraphId() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.MapVertexToPairWithGraphId
Default constructor
MapVerticesAsTuplesWithNullId - Class in org.gradoop.flink.model.impl.operators.fusion.functions
Maps vertices that are not associated to a graph id to a null id.
MapVerticesAsTuplesWithNullId() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.MapVerticesAsTuplesWithNullId
Default constructor
MarkDuplicatesInGroup<E extends Element> - Class in org.gradoop.dataintegration.transformation.functions
Given a group of elements, this function marks all but the first element as duplicates by adding a property storing the original element ID (the element of which the others are duplicates).
MarkDuplicatesInGroup() - Constructor for class org.gradoop.dataintegration.transformation.functions.MarkDuplicatesInGroup
 
MasterData<V extends Vertex> - Class in org.gradoop.flink.algorithms.btgs.functions
Filters transactional vertices.
MasterData() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.MasterData
 
match(EL1, EL2, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.matching.ElementMatcher
Matches the given data graph element against the given query element.
matchAll(EL1, Collection<EL2>, String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.matching.ElementMatcher
Matches the given data graph element against all given query elements.
MatchingEdges<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Filter edges based on their occurrence in the given GDL pattern.
MatchingEdges(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingEdges
Constructor
MatchingPairs - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Filters vertex-edge pairs based on their corresponding candidates.
MatchingPairs(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingPairs
Constructor
MatchingTriples - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Takes a vertex-edge pair and the corresponding target vertex as input and evaluates, if the triple matches against the query graph.
MatchingTriples(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingTriples
Constructor
MatchingVertices<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Filter vertices based on their occurrence in the given GDL pattern.
MatchingVertices(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingVertices
Create new filter.
MatchStrategy - Enum in org.gradoop.flink.model.impl.operators.matching.common
Used to select the strategy used by the matching algorithms
max(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Date
Compares two time property values and returns the chronological last one.
max(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Compares two numerical property values and returns the bigger one.
Max - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.max
Interface of aggregate functions that determine a maximal value.
This aggregation supports numerical property value types (short, int, long, float, double, big decimal) and date and datetime types.
MAX_MASS_FACTOR - Static variable in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Fraction of all vertices a centroid should maximally have
MAX_PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Key of the max_PageRankScore property used by AddPageRankScoresToVertexCrossFunction
MaxDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the maximum duration of a TimeDimension of temporal elements.
MaxDuration(String, TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxDuration
Creates a new instance of this aggregate function.
MaxDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxDuration
Creates a new instance of this aggregate function.
MaxDuration(TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxDuration
Creates a new instance of this aggregate function.
MaxEdgeDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the maximal duration of all given edges and the defined TimeDimension.
MaxEdgeDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxEdgeDuration
Creates a new instance of this aggregate function.
MaxEdgeProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.max
Aggregate function returning the maximum of a specified property over all edges.
MaxEdgeProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxEdgeProperty
Creates a new instance of a MaxEdgeProperty aggregate function.
MaxEdgeProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxEdgeProperty
Creates a new instance of a MaxEdgeProperty aggregate function.
MaxEdgeTime - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Aggregates the maximum value of a time value for temporal edges.
MaxEdgeTime(TimeDimension, TimeDimension.Field) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxEdgeTime
Creates an instance of the MaxEdgeTime aggregate function.
MaxEdgeTime(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxEdgeTime
Creates an instance of the MaxEdgeTime aggregate function.
MaxProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.max
Superclass of aggregate functions that determine a maximal property value.
MaxProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxProperty
Creates a new instance of a MaxProperty aggregate function.
MaxProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxProperty
Creates a new instance of a MaxProperty aggregate function.
maxRepulsionDistance(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Override default maxRepulsionDistance of the FR-Algorithm.
maxRepulsionDistance - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
User supplied maximum distance for computing repulsion-forces between vertices
maxRepulsionDistance(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Override default maxRepulsionDistance of the FR-Algorithm.
MaxTime - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Base class for calculating the maximum of a field of a time-interval for temporal elements.
MaxTime(TimeDimension, TimeDimension.Field) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxTime
Sets attributes used to initialize this aggregate function.
MaxTime(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxTime
Sets attributes used to initialize this aggregate function.
MaxTimePointComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Wraps a MaxTimePoint
MaxTimePointComparable(MaxTimePoint) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparable
Creates a new wrapper.
MaxVertexDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the maximal duration of all given vertices for a defined TimeDimension.
MaxVertexDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxVertexDuration
Creates a new instance of this aggregate function.
MaxVertexProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.max
Aggregate function returning the maximum of a specified property over all vertices.
MaxVertexProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxVertexProperty
Creates a new instance of a MaxVertexProperty aggregate function.
MaxVertexProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.max.MaxVertexProperty
Creates a new instance of a MaxVertexProperty aggregate function.
MaxVertexTime - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Aggregates the maximum value of a time value for temporal vertices.
MaxVertexTime(TimeDimension, TimeDimension.Field) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxVertexTime
Creates an instance of the MaxVertexTime aggregate function.
MaxVertexTime(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxVertexTime
Creates an instance of the MaxVertexTime aggregate function.
mClamped(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
mConfined(double, double, double, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
mDiv(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
MergedGraphIds<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.epgm
Creates a single graph element which is contained in all graphs that the input elements are contained in.
MergedGraphIds() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.MergedGraphIds
 
MergeEmbeddings<SE extends SubgraphEmbeddings> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
{@code (graph, subgraph, embeddings),..
MergeEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.MergeEmbeddings
 
MergeEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
Given two input embeddings, the function merges them according to the given parameters and constraints.
MergeEmbeddings(int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.MergeEmbeddings
Creates a new UDF instance.
MergeExpandEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Combines the results of a join between ExpandIntermediateResults and an edge embedding by growing the intermediate result.
MergeExpandEmbeddings(List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.MergeExpandEmbeddings
Create a new Combine Expand Embeddings Operator
mergeFrom(Message) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
mergeFrom(EPGMProto.Edge) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
mergeFrom(Message) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
mergeFrom(EPGMProto.GraphHead) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
mergeFrom(Message) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
mergeFrom(EPGMProto.Vertex) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
mergeFrom(Message) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
mergeFrom(TPGMProto.TemporalEdge) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
mergeFrom(Message) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
mergeFrom(TPGMProto.TemporalGraphHead) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
mergeFrom(Message) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
mergeFrom(TPGMProto.TemporalVertex) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
mergeImages(byte[], byte[]) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageGenerator
Merge two intermediate Images into one
MergeSecondField<T> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
Merges the second field of Tuple2, containing GradoopIds, to a GradoopIdSet.
MergeSecondField() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.MergeSecondField
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
Message - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
Bundles a set of Deletion messages into a single message to update the vertex state accordingly.
Message() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
MessageType - Enum in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util
Message types used in Deletion and Message.
MetaData - Class in org.gradoop.common.model.impl.metadata
Describes the data stored in the vertex and edge CSV files.
MetaData(Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>, Map<String, List<PropertyMetaData>>) - Constructor for class org.gradoop.common.model.impl.metadata.MetaData
Constructor
metaDataPath - Variable in class org.gradoop.flink.io.impl.csv.CSVDataSink
Path to meta data file that is used to write the output.
MetaDataSink<M extends MetaData> - Interface in org.gradoop.flink.io.api.metadata
Class defining a sink for meta data.
MetaDataSource<M extends MetaData> - Interface in org.gradoop.flink.io.api.metadata
Base interface for factories that create metadata objects from tuples and files (distributed or locally).
min(GradoopId, GradoopId) - Static method in class org.gradoop.common.model.impl.id.GradoopId
Compares the given GradoopIds and returns the smaller one.
min(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Date
Compares two time property values and returns the chronological first one.
min(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Compares two numerical property values and returns the smaller one.
Min - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.min
Interface of aggregate functions that determine a minimal value.
This aggregation supports numerical property value types (short, int, long, float, double, big decimal) and date and datetime types.
min() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
Returns the entry that represents the query plan with the minimum among all plans stored in this table.
MIN_FREQUENCY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Minimum frequency derived from min support und graph count.
MIN_MASS_FACTOR - Static variable in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
Fraction of all vertices a centroid should minimally have
MIN_PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Key of the min_PageRankScore property used by AddPageRankScoresToVertexCrossFunction
MinDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the minimum duration of a TimeDimension of temporal elements.
MinDuration(String, TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinDuration
Creates a new instance of this aggregate function.
MinDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinDuration
Creates a new instance of this aggregate function.
MinDuration(TimeDimension, TemporalUnit) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinDuration
Creates a new instance of this aggregate function.
mine(DataSet<int[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
Triggers the iterative mining process.
MinEdgeCount<S extends Subgraph> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Filters a subgraph by minimum edge count.
MinEdgeCount(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.MinEdgeCount
Constructor.
MinEdgeDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the minimum duration of all given edges and the defined TimeDimension.
MinEdgeDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinEdgeDuration
Creates a new instance of this aggregate function.
MinEdgeProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.min
Aggregate function returning the minimum of a specified property over all edges.
MinEdgeProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinEdgeProperty
Creates a new instance of a MinEdgeProperty aggregate function.
MinEdgeProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinEdgeProperty
Creates a new instance of a MinEdgeProperty aggregate function.
MinEdgeTime - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Aggregates the minimum value of a time value for temporal edges.
MinEdgeTime(TimeDimension, TimeDimension.Field) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinEdgeTime
Creates an instance of the MinEdgeTime aggregate function.
MinEdgeTime(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinEdgeTime
Creates an instance of the MinEdgeTime aggregate function.
minFrequency - Variable in class org.gradoop.flink.algorithms.fsm.dimspan.DIMSpan
minimum frequency for patterns to be considered to be frequent
MinFrequency - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
Calculates the min frequency based on a configured min support.
MinFrequency(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.MinFrequency
Constructor.
MinFrequency - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Calculates the min frequency based on a configured min support.
MinFrequency(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.MinFrequency
Constructor.
minFrequency - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
minimum frequency for patterns to be considered to be frequent
MinimalCSVImporter - Class in org.gradoop.dataintegration.importer.impl.csv
Read a csv file and import each row as a vertex in EPGM representation.
MinimalCSVImporter(String, String, GradoopFlinkConfig, List<String>) - Constructor for class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Create a new MinimalCSVImporter instance by the given parameters.
MinimalCSVImporter(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Create a new MinimalCSVImporter instance by the given parameters.
MinimalJSONImporter - Class in org.gradoop.dataintegration.importer.impl.json
A data importer that creates a graph from JSON objects.
MinimalJSONImporter(String, GradoopFlinkConfig) - Constructor for class org.gradoop.dataintegration.importer.impl.json.MinimalJSONImporter
Create a new simple JSON importer.
MinimalJsonToVertex - Class in org.gradoop.dataintegration.importer.impl.json.functions
Reads vertex data from a json document.
MinimalJsonToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.dataintegration.importer.impl.json.functions.MinimalJsonToVertex
Creates a new instance of this JSON string to vertex converting function.
MinMaxUnfolding - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Reformulates certain expressions involving MIN and MAX elements, according to the following rules: a singleton clause [MAX(a,b,c) < / <= x] is reformulated to [a < / <= x] AND [b < / <= x] AND [c < / <= x] a n-ary disjunctive clause [comp_1,...,comp_(i-1), MIN(a,b,c) < / <= x, comp_(i+1),...,comp_n] is reformulated to [comp_1,...,comp_(i-1), a < / <= x, b < / <= x, c < / <= x, comp_(i+1),...,comp_n] a n-ary disjunctive clause [comp_1,...,comp_(i-1), x < / <= MAX(a,b,c), comp_(i+1),...,comp_n] is reformulated to [comp_1,...,comp_(i-1), x < / <= a, x < / <= b, x < / <= c, comp_(i+1),...,comp_n] a unary clause [x < / <= MIN(a,b,c)] is reformulated to [x < / <= a] AND [x < / <= b] AND [x < / <= c] These rules are applied exhaustively.
MinMaxUnfolding() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.MinMaxUnfolding
 
MinProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.min
Superclass of aggregate functions that determine a minimal property value.
MinProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinProperty
Creates a new instance of a MinProperty aggregate function.
MinProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinProperty
Creates a new instance of a MinProperty aggregate function.
MinTime - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Base class for calculating the minimum of a field of a time-interval for temporal elements.
MinTime(TimeDimension, TimeDimension.Field) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinTime
Sets attributes used to initialize this aggregate function.
MinTime(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinTime
Sets attributes used to initialize this aggregate function.
MinTimePointComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Wraps a MinTimePoint
MinTimePointComparable(MinTimePoint) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
Creates a new wrapper.
MinVertexDuration - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Calculates the minimum duration of all given vertices and the defined TimeDimension.
MinVertexDuration(String, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinVertexDuration
Creates a new instance of this base aggregate function.
MinVertexProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.min
Aggregate function returning the minimum of a specified property over all vertices.
MinVertexProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinVertexProperty
Creates a new instance of a MinVertexProperty aggregate function.
MinVertexProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.min.MinVertexProperty
Creates a new instance of a MinVertexProperty aggregate function.
MinVertexTime - Class in org.gradoop.temporal.model.impl.operators.aggregation.functions
Aggregates the minimum value of a time value for temporal vertices.
MinVertexTime(TimeDimension, TimeDimension.Field) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinVertexTime
Creates an instance of the MinVertexTime aggregate function.
MinVertexTime(TimeDimension, TimeDimension.Field, String) - Constructor for class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinVertexTime
Creates an instance of the MinVertexTime aggregate function.
mMul(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
mNormalized() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
mRotate(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
mSub(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Alternative MUTATING variant.
MtxDataSource - Class in org.gradoop.flink.io.impl.mtx
An importer for the matrix market format (.mtx)
MtxDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.mtx.MtxDataSource
Create new MTX-Datasource
MtxDataSource(String, GradoopFlinkConfig, boolean) - Constructor for class org.gradoop.flink.io.impl.mtx.MtxDataSource
Create new MTX-Datasource
MtxEdgeToEdge - Class in org.gradoop.flink.io.impl.mtx.functions
Maps mtx-edges to EPGMEdge
MtxEdgeToEdge(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.flink.io.impl.mtx.functions.MtxEdgeToEdge
Create new EdgeMapper
MtxVertexToVertex - Class in org.gradoop.flink.io.impl.mtx.functions
Maps mtx-vertices to EPGMVertex
MtxVertexToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.flink.io.impl.mtx.functions.MtxVertexToVertex
Create new VertexMapper
mul(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Multiply this vector by a factor and return the result
MultiEdgeStringCombiner - Class in org.gradoop.flink.model.impl.operators.tostring.functions
combines string representations of multiple (parallel) edges
MultiEdgeStringCombiner() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.MultiEdgeStringCombiner
 
MultipleFileOutputFormat<IT> - Class in org.gradoop.flink.io.impl.csv.indexed.functions
The abstract base class for all output formats using multiple files.
MultipleGraphIdsGroupReducer - Class in org.gradoop.flink.model.impl.operators.split.functions
Reduce each group of vertices into a single vertex, whose graphId set contains all graphs of each origin vertex.
MultipleGraphIdsGroupReducer() - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.MultipleGraphIdsGroupReducer
 
multiplex(int, int, boolean, int, int, int) - Method in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Creates an integer multiplex representing a single edge traversal.
multiplex(int, int, boolean, int, int, int) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtilsBase
 
multiply(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
Multiplies two numerical property values.

N

name - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
Operator name used for Flink operator description
negate() - Method in interface org.gradoop.flink.model.impl.functions.filters.CombinableFilter
Invert this filter, i.e.
negate() - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
Negative operator
negate() - Method in interface org.gradoop.storage.common.predicate.filter.api.ElementFilter
Negative operator for element filter
negate() - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
 
NeighborEdgeFunction - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Super class for all neighbor edge functions.
NeighborEdgeFunction(EdgeAggregateFunction) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborEdgeFunction
Valued constructor.
NeighborEdgeReduceFunction<E extends Edge,V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Sets the aggregation result as property for each vertex.
NeighborEdgeReduceFunction(EdgeAggregateFunction) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborEdgeReduceFunction
Valued constructor.
NeighborFunction - Interface in org.gradoop.flink.model.impl.operators.neighborhood.functions
Interface for all neighbor functions.
Neighborhood - Class in org.gradoop.dataintegration.transformation.impl
This class contains everything related to the neighborhood of vertices.
Neighborhood() - Constructor for class org.gradoop.dataintegration.transformation.impl.Neighborhood
 
Neighborhood<LG extends BaseGraph> - Class in org.gradoop.flink.model.impl.operators.neighborhood
Super class for all neighborhood operators.
Neighborhood(AggregateFunction, Neighborhood.EdgeDirection) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood
Valued constructor.
Neighborhood - Enum in org.gradoop.flink.model.impl.operators.sampling.functions
Keeps the types of vertex-neighborhood regarding the connecting edges and their respective property names.
Neighborhood.EdgeDirection - Enum in org.gradoop.dataintegration.transformation.impl
A simple ENUM which contains possible edge directions viewed from the central vertex.
Neighborhood.EdgeDirection - Enum in org.gradoop.flink.model.impl.operators.neighborhood
Defines which edge direction shall be considered for aggregation.
NeighborhoodVertex - Class in org.gradoop.dataintegration.transformation.impl
A simple neighbor vertex tuple which contains information about the Id and label.
NeighborhoodVertex(GradoopId, String) - Constructor for class org.gradoop.dataintegration.transformation.impl.NeighborhoodVertex
A constructor for the Pojo that contains information of a neighbor vertex.
NeighborVertexFunction - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Super class for all neighbor vertex functions.
NeighborVertexFunction(VertexAggregateFunction) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborVertexFunction
Valued constructor.
NeighborVertexReduceFunction<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Sets the aggregation result as property for each vertex.
NeighborVertexReduceFunction(VertexAggregateFunction) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborVertexReduceFunction
Valued constructor.
NEW_GRAPH_TAG - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
TLF graph number indicator
NewBtgGraphHead<G extends GraphHead> - Class in org.gradoop.flink.algorithms.btgs.functions
Creates an graph head representing a business transaction graphs.
NewBtgGraphHead(GraphHeadFactory<G>) - Constructor for class org.gradoop.flink.algorithms.btgs.functions.NewBtgGraphHead
Constructor
newBuilder() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
newBuilder(EPGMProto.Edge) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
newBuilder() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
newBuilder(EPGMProto.GraphHead) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
newBuilder() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
newBuilder(EPGMProto.Vertex) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
newBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.EdgeToProtobufObject
 
newBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
Creates a new builder instance.
newBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.GraphHeadToProtobufObject
 
newBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.VertexToProtobufObject
 
newBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalEdgeToProtobufObject
 
newBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalGraphHeadToProtobufObject
 
newBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalVertexToProtobufObject
 
newBuilder() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
newBuilder(TPGMProto.TemporalEdge) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
newBuilder() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
newBuilder(TPGMProto.TemporalGraphHead) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
newBuilder() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
newBuilder(TPGMProto.TemporalVertex) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
newBuilderForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
newBuilderForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
newBuilderForType() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
newBuilderForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
newBuilderForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
newBuilderForType() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
next() - Method in class org.gradoop.storage.accumulo.impl.iterator.client.ClientClosableIterator
 
next() - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
next() - Method in class org.gradoop.storage.common.iterator.EmptyClosableIterator
 
next() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseEdgeIterator
 
next() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseGraphIterator
 
next() - Method in class org.gradoop.storage.hbase.impl.iterator.HBaseVertexIterator
 
nextKeyValue() - Method in class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Reads the next kex/value pair from the input for processing.
nextRecord(T) - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueInputFormat
 
nextRecord(T) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
 
noFilter() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery.BuilderWithRange
element query with range and without filter
NONE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
empty key
NonUniformVertexRandomFilter<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Creates a random value for each vertex and retains those that are below a given threshold.
NonUniformVertexRandomFilter(float, long, String, String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.NonUniformVertexRandomFilter
Creates a new filter instance.
Normalization - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Normalizes a CNF.
Normalization() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Normalization
 
normalized() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Normalize this vector.
Not - Class in org.gradoop.flink.model.impl.functions.bool
Logical "NOT" as Flink function.
Not() - Constructor for class org.gradoop.flink.model.impl.functions.bool.Not
 
Not<T> - Class in org.gradoop.flink.model.impl.functions.filters
A filter that inverts a filter by using a logical not.
Not(FilterFunction<? super T>) - Constructor for class org.gradoop.flink.model.impl.functions.filters.Not
Constructor setting the filter to invert using a logical not.
Not<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.calculate
Negative logic filter
Not<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.calculate
Negated filter
NotEmpty - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
(V, E) => true, if E not empty
NotEmpty() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.NotEmpty
 
NotEmpty - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
(g, V, E) => true, if E not empty
NotEmpty() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.NotEmpty
 
nothing() - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.GroupingKeys
Group by nothing.
NotInGraphBroadcast<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is not contained in a given graph.
NotInGraphBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.NotInGraphBroadcast
 
NotInGraphsBroadcast<GE extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
True, if an element is not contained in any of a given set of graphs.
NotInGraphsBroadcast() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.NotInGraphsBroadcast
 
NotObsolete - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
(graph, pattern->embeddings) => true, if pattern->embeddings is empty
NotObsolete() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.NotObsolete
 
NotPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
Wraps a Not predicate
NotPredicate(Not) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
Create a new wrapper
NotPredicate(Not, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.NotPredicate
Create a new wrapper
NULL_STRING - Static variable in class org.gradoop.common.util.GradoopConstants
String representation of null.
NULL_VALUE - Static variable in class org.gradoop.common.model.impl.id.GradoopId
Represents a null id.
NULL_VALUE - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
Represents a property value that is null.
NullStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations when the value is null.
NullStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
numberOfVertices - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
(Estimated) number of vertices in the graph.
Numeric() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils.Numeric
 
numTasks - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
The number of tasks used by the sink.

O

ObjectTo1<T> - Class in org.gradoop.flink.model.impl.functions.tuple
object -> (object)
ObjectTo1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ObjectTo1
 
of(AccumuloElementFilter<T>) - Static method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Not
Create a negative formula
of(HBaseElementFilter<T>) - Static method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Not
Create a negative formula
OFFSET - Static variable in class org.gradoop.common.model.impl.properties.PropertyValue
Value offset in byte
OneSideEmpty<L,R> - Class in org.gradoop.flink.model.impl.functions.utils
Evaluates to true, if one join partner is NULL.
OneSideEmpty() - Constructor for class org.gradoop.flink.model.impl.functions.utils.OneSideEmpty
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion.DFSCodeToEPGMGraphTransaction
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.Frequent
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.GrowFrequentPatterns
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneEdges
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.EncodeAndPruneVertices
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterEdgesByLabel
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.FilterVerticesByLabel
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequent
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequentAndInteresting
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentEdgeLabels
 
open(Configuration) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentVertexLabels
 
open(Configuration) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
 
open(Configuration) - Method in class org.gradoop.flink.io.impl.csv.functions.ElementToCSV
 
open(int, int) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
 
open(Configuration) - Method in class org.gradoop.flink.io.impl.image.functions.VertexZoomMap
 
open(int, int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageOutputFormat
 
open(Configuration) - Method in class org.gradoop.flink.io.impl.tlf.functions.EdgeLabelDecoder
 
open(Configuration) - Method in class org.gradoop.flink.io.impl.tlf.functions.ElementLabelEncoder
 
open(Configuration) - Method in class org.gradoop.flink.io.impl.tlf.functions.VertexLabelDecoder
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.epgm.ElementsOfSelectedGraphs
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdInBroadcast
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdNotInBroadcast
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.AddToGraphBroadcast
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphContainmentFilterBroadcast
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.graphcontainment.GraphsContainmentFilterBroadcast
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.functions.utils.Superstep
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.cloning.functions.ElementGraphUpdater
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildVertexWithSuperVertexBC
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.SelectNearestCenter
Reads the centroid values from a broadcast variable into a collection.
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractBuilder
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.AbstractFilter
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildIdWithCandidates
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.BuildTripleWithCandidates
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.ElementsFromEmbedding
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingEdges
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingPairs
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingTriples
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.common.functions.MatchingVertices
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.ExtractKeyedCandidateEdges
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.FilterPreviousExpandEmbedding
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.BuildEdgeStep
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.EdgeHasCandidate
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateEdgeMapping
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateVertexMapping
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.VertexHasCandidate
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.BuildFatVertex
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.UpdateVertexState
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidateNeighborhood
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildIdWithCandidatesAndGraphs
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.BuildTripleWithCandidatesAndGraphs
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphIdFilter
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.GraphTransactionMatcher
 
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.DegreeDistanceFunction
Function called to store broadcasted max degree.
open(Configuration) - Method in class org.gradoop.flink.model.impl.operators.verify.functions.RemoveDanglingGraphIds
 
open(GenericInputSplit) - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
 
open(int, int) - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
 
open(Configuration) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildEdgeMutation
 
open(Configuration) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildGraphHeadMutation
 
open(Configuration) - Method in class org.gradoop.storage.hbase.impl.io.functions.BuildVertexMutation
 
Operator - Interface in org.gradoop.flink.model.api.operators
Base interface for all graph operators.
operatorName() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
 
operatorName() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNFElement
 
operatorName() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Stores the name of the operator predicates are connected with
or(PropertyValue, PropertyValue) - Static method in class org.gradoop.common.model.impl.properties.PropertyValueUtils.Boolean
Logical or of two boolean properties.
Or - Class in org.gradoop.flink.model.impl.functions.bool
Logical "OR" as Flink function.
Or() - Constructor for class org.gradoop.flink.model.impl.functions.bool.Or
 
or(FilterFunction<? super T>) - Method in interface org.gradoop.flink.model.impl.functions.filters.CombinableFilter
Combine this filter with another filter using a logical or.
Or<T> - Class in org.gradoop.flink.model.impl.functions.filters
A filter that combines multiple filters using a logical or.
Or(FilterFunction<? super T>...) - Constructor for class org.gradoop.flink.model.impl.functions.filters.Or
Constructor setting the filter to be combined with a logical or.
Or - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.bool
Interface of aggregate functions determining a predicate support.
or(CNF) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Connects another CNF via OR.
or(AccumuloElementFilter<T>) - Method in interface org.gradoop.storage.accumulo.impl.predicate.filter.api.AccumuloElementFilter
Disjunctive operator
Or<T extends Element> - Class in org.gradoop.storage.accumulo.impl.predicate.filter.calculate
Disjunctive predicate filter
or(FilterImpl) - Method in interface org.gradoop.storage.common.predicate.filter.api.ElementFilter
Conjunctive operator for element filter
or(HBaseElementFilter<T>) - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
 
Or<T extends Element> - Class in org.gradoop.storage.hbase.impl.predicate.filter.calculate
Disjunctive predicate filter
Order - Enum in org.gradoop.common.util
Used for sort operations.
org.gradoop.common.config - package org.gradoop.common.config
Contains Configuration classes for Gradoop.
org.gradoop.common.exceptions - package org.gradoop.common.exceptions
Contains all additional exceptions used by Gradoop.
org.gradoop.common.model.api.entities - package org.gradoop.common.model.api.entities
Contains all interfaces defining the Extended EPGMProperty Graph model.
org.gradoop.common.model.api.strategies - package org.gradoop.common.model.api.strategies
Contains interfaces that are related to property value strategies.
org.gradoop.common.model.impl.comparators - package org.gradoop.common.model.impl.comparators
Contains comparators for EPGM elements.
org.gradoop.common.model.impl.id - package org.gradoop.common.model.impl.id
Contains all classes for id handling in Gradoop.
org.gradoop.common.model.impl.metadata - package org.gradoop.common.model.impl.metadata
Contains a default implementation of meta data.
org.gradoop.common.model.impl.pojo - package org.gradoop.common.model.impl.pojo
Contains a default POJO implementation of EPGM entities.
org.gradoop.common.model.impl.properties - package org.gradoop.common.model.impl.properties
Contains classes for property handling in Gradoop.
org.gradoop.common.model.impl.properties.bytes - package org.gradoop.common.model.impl.properties.bytes
Utility classes that handle byte arrays, conversions to/from other types, comparisons, hash code generation, etc.
org.gradoop.common.model.impl.properties.strategies - package org.gradoop.common.model.impl.properties.strategies
Contains classes that implement the PropertyValueStrategy interface as well as their factory and utility classes.
org.gradoop.common.util - package org.gradoop.common.util
Contains utility classes.
org.gradoop.dataintegration.importer - package org.gradoop.dataintegration.importer
Contains data importer that are capable of importing data from other (non-graph-)sources into the gradoop format.
org.gradoop.dataintegration.importer.impl.csv - package org.gradoop.dataintegration.importer.impl.csv
Contains all classes related to import an external csv file into EPGM.
org.gradoop.dataintegration.importer.impl.csv.functions - package org.gradoop.dataintegration.importer.impl.csv.functions
Functions related to the simple csv import process.
org.gradoop.dataintegration.importer.impl.json - package org.gradoop.dataintegration.importer.impl.json
A data importer capable of creating a graph where every vertex is created from JSON object.
org.gradoop.dataintegration.importer.impl.json.functions - package org.gradoop.dataintegration.importer.impl.json.functions
Functions used by the minimal JSON importer.
org.gradoop.dataintegration.transformation - package org.gradoop.dataintegration.transformation
Commonly used vertex-, edge- and property-transformations.
org.gradoop.dataintegration.transformation.api - package org.gradoop.dataintegration.transformation.api
Contains all interfaces related to transformation.
org.gradoop.dataintegration.transformation.functions - package org.gradoop.dataintegration.transformation.functions
Functions used by transformations.
org.gradoop.dataintegration.transformation.impl - package org.gradoop.dataintegration.transformation.impl
This package contains all interfaces related to transformation operators.
org.gradoop.dataintegration.transformation.impl.config - package org.gradoop.dataintegration.transformation.impl.config
This package contains configuration objects used for graph transformations.
org.gradoop.dataintegration.transformation.impl.functions - package org.gradoop.dataintegration.transformation.impl.functions
This package contains functions used for graph transformations.
org.gradoop.examples.aggregation - package org.gradoop.examples.aggregation
Examples related to the temporal aggregation operator.
org.gradoop.examples.aggregation.functions - package org.gradoop.examples.aggregation.functions
Custom functions used in the AggregationExample.
org.gradoop.examples.common - package org.gradoop.examples.common
Common classes for the temporal operator examples.
org.gradoop.examples.common.functions - package org.gradoop.examples.common.functions
Functions related to the temporal operator examples.
org.gradoop.examples.communities - package org.gradoop.examples.communities
Program to run parametrized Grouping on extended property graphs.
org.gradoop.examples.difference - package org.gradoop.examples.difference
Examples related to the temporal difference operator.
org.gradoop.examples.frequentpattern - package org.gradoop.examples.frequentpattern
Examples related to the DIMSpan approach.
org.gradoop.examples.frequentpattern.data - package org.gradoop.examples.frequentpattern.data
Examples data related to DIMSpanExample
org.gradoop.examples.grouping - package org.gradoop.examples.grouping
Examples related to the key-based grouping operator with temporal grouping key functions.
org.gradoop.examples.keyedgrouping - package org.gradoop.examples.keyedgrouping
A runnable example for the KeyedGrouping operator.
org.gradoop.examples.keyedgrouping.functions - package org.gradoop.examples.keyedgrouping.functions
Custom (key-) functions used by this KeyedGrouping example.
org.gradoop.examples.patternmatch - package org.gradoop.examples.patternmatch
Examples to show usage of query and cypher methods.
org.gradoop.examples.quickstart - package org.gradoop.examples.quickstart
Quickstart Gradoop Example that walks through the process of loading data and executing a set of operators.
org.gradoop.examples.quickstart.data - package org.gradoop.examples.quickstart.data
Example data related to QuickstartExample
org.gradoop.examples.snapshot - package org.gradoop.examples.snapshot
Examples related to the temporal snapshot operator.
org.gradoop.flink.algorithms - package org.gradoop.flink.algorithms
Contains algorithms that can be used with the EPGM data model.
org.gradoop.flink.algorithms.btgs - package org.gradoop.flink.algorithms.btgs
Algorithm to isolate business transaction graphs; part of the BIIIG approach.
org.gradoop.flink.algorithms.btgs.functions - package org.gradoop.flink.algorithms.btgs.functions
Flink functions related to the isolation of business transaction graphs
org.gradoop.flink.algorithms.fsm - package org.gradoop.flink.algorithms.fsm
Gradoop operators for frequent subgraph mining.
org.gradoop.flink.algorithms.fsm.dimspan - package org.gradoop.flink.algorithms.fsm.dimspan
Classes related to the DIMSpan frequent subgraph miner.
org.gradoop.flink.algorithms.fsm.dimspan.comparison - package org.gradoop.flink.algorithms.fsm.dimspan.comparison
Comparators used by DIMSpan.
org.gradoop.flink.algorithms.fsm.dimspan.config - package org.gradoop.flink.algorithms.fsm.dimspan.config
Classes related to the DIMSpan configuration.
org.gradoop.flink.algorithms.fsm.dimspan.functions - package org.gradoop.flink.algorithms.fsm.dimspan.functions
Flink transformation functions used by DIMSpan.
org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion - package org.gradoop.flink.algorithms.fsm.dimspan.functions.conversion
Flink transformation functions used by DIMSpan to convert between graph/pattern representation of DIMSpan and Gradoop.
org.gradoop.flink.algorithms.fsm.dimspan.functions.mining - package org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
Flink transformation functions used within the DIMSpan mining process.
org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing - package org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
Flink transformation functions used by DIMSpan's preprocessing.
org.gradoop.flink.algorithms.fsm.dimspan.gspan - package org.gradoop.flink.algorithms.fsm.dimspan.gspan
Classes related to the gSpan logic applied within DIMSpan.
org.gradoop.flink.algorithms.fsm.dimspan.model - package org.gradoop.flink.algorithms.fsm.dimspan.model
Classes related to the representation of graphs and patterns by multiplexed integer arrays.
org.gradoop.flink.algorithms.fsm.dimspan.tuples - package org.gradoop.flink.algorithms.fsm.dimspan.tuples
Flink tuple subclasses used by DIMSpan.
org.gradoop.flink.algorithms.fsm.transactional - package org.gradoop.flink.algorithms.fsm.transactional
Contains frequent subgraph mining algorithms in the graph-transaction setting.
org.gradoop.flink.algorithms.fsm.transactional.common - package org.gradoop.flink.algorithms.fsm.transactional.common
Classes related to different variants of transactional frequent subgraph mining.
org.gradoop.flink.algorithms.fsm.transactional.common.functions - package org.gradoop.flink.algorithms.fsm.transactional.common.functions
Flink functions related to different variants of transactional frequent subgraph mining.
org.gradoop.flink.algorithms.fsm.transactional.tle - package org.gradoop.flink.algorithms.fsm.transactional.tle
classes related to frequent subgraph mining
org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization - package org.gradoop.flink.algorithms.fsm.transactional.tle.canonicalization
classes related to canonical labels of graphs
org.gradoop.flink.algorithms.fsm.transactional.tle.functions - package org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Flink functions related to frequent subgraph mining.
org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness - package org.gradoop.flink.algorithms.fsm.transactional.tle.interestingness
classes related to characterizing interestingness measures.
org.gradoop.flink.algorithms.fsm.transactional.tle.pojos - package org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
pojos related to frequent subgraph mining
org.gradoop.flink.algorithms.fsm.transactional.tle.tuples - package org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
tuple-types related to frequent subgraph mining
org.gradoop.flink.algorithms.gelly - package org.gradoop.flink.algorithms.gelly
Contains implementations of algorithms in Flink Gelly.
org.gradoop.flink.algorithms.gelly.clusteringcoefficient - package org.gradoop.flink.algorithms.gelly.clusteringcoefficient
Contains classes related to the clustering coefficient algorithm.
org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions - package org.gradoop.flink.algorithms.gelly.clusteringcoefficient.functions
Contains user defined functions related to the clustering coefficient algorithm.
org.gradoop.flink.algorithms.gelly.connectedcomponents - package org.gradoop.flink.algorithms.gelly.connectedcomponents
Contains classes related to the Connected Components algorithm.
org.gradoop.flink.algorithms.gelly.connectedcomponents.functions - package org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
Contains functions related to the Connected Components algorithm.
org.gradoop.flink.algorithms.gelly.functions - package org.gradoop.flink.algorithms.gelly.functions
Contains common functions used to map Gradoop to Gelly graphs.
org.gradoop.flink.algorithms.gelly.hits - package org.gradoop.flink.algorithms.gelly.hits
Contains classes related to the HITS algorithm.
org.gradoop.flink.algorithms.gelly.hits.functions - package org.gradoop.flink.algorithms.gelly.hits.functions
Contains functions related to the HITS algorithm.
org.gradoop.flink.algorithms.gelly.labelpropagation - package org.gradoop.flink.algorithms.gelly.labelpropagation
Contains classes related to the Label Propagation algorithm.
org.gradoop.flink.algorithms.gelly.labelpropagation.functions - package org.gradoop.flink.algorithms.gelly.labelpropagation.functions
Contains functions related to the Label Propagation algorithm.
org.gradoop.flink.algorithms.gelly.pagerank - package org.gradoop.flink.algorithms.gelly.pagerank
Contains classes related to the Page Rank algorithm.
org.gradoop.flink.algorithms.gelly.pagerank.functions - package org.gradoop.flink.algorithms.gelly.pagerank.functions
Contains functions related to the Page Rank algorithm.
org.gradoop.flink.algorithms.gelly.randomjump - package org.gradoop.flink.algorithms.gelly.randomjump
Contains classes related to the Random Jump algorithm.
org.gradoop.flink.algorithms.gelly.randomjump.functions - package org.gradoop.flink.algorithms.gelly.randomjump.functions
Contains user defined functions related to the Random Jump algorithm.
org.gradoop.flink.algorithms.gelly.shortestpaths - package org.gradoop.flink.algorithms.gelly.shortestpaths
Contains classes related to the Single Source Shortest Path algorithm.
org.gradoop.flink.algorithms.gelly.shortestpaths.functions - package org.gradoop.flink.algorithms.gelly.shortestpaths.functions
Contains functions related to the Single Source Shortest Path algorithm.
org.gradoop.flink.algorithms.gelly.trianglecounting - package org.gradoop.flink.algorithms.gelly.trianglecounting
Contains classes related to the Triangle Counting algorithm.
org.gradoop.flink.algorithms.gelly.vertexdegrees - package org.gradoop.flink.algorithms.gelly.vertexdegrees
Contains functions related to the distinct vertex degrees algorithm.
org.gradoop.flink.algorithms.gelly.vertexdegrees.functions - package org.gradoop.flink.algorithms.gelly.vertexdegrees.functions
Contains classes related to the Distinct EPGMVertex Degrees algorithm.
org.gradoop.flink.io.api - package org.gradoop.flink.io.api
Contains all interfaces related to graph data sources and data sinks.
org.gradoop.flink.io.api.metadata - package org.gradoop.flink.io.api.metadata
Contains an interface specifying a meta data factory, containing methods to create metadata objects.
org.gradoop.flink.io.api.metadata.functions - package org.gradoop.flink.io.api.metadata.functions
Contains functions to extract meta data from EPGM entities.
org.gradoop.flink.io.impl - package org.gradoop.flink.io.impl
Contains all classes related to graph data sources and data sinks.
org.gradoop.flink.io.impl.csv - package org.gradoop.flink.io.impl.csv
Contains all classes related to CSV input and output to Flink.
org.gradoop.flink.io.impl.csv.functions - package org.gradoop.flink.io.impl.csv.functions
Contains functions to transform EPGM entities into CSV and vice versa.
org.gradoop.flink.io.impl.csv.indexed - package org.gradoop.flink.io.impl.csv.indexed
Contains all classes related to indexed CSV input and output to Flink.
org.gradoop.flink.io.impl.csv.indexed.functions - package org.gradoop.flink.io.impl.csv.indexed.functions
Contains all classes related to indexed CSV input and output with multiple files to Flink.
org.gradoop.flink.io.impl.csv.metadata - package org.gradoop.flink.io.impl.csv.metadata
Contains all classes related to meta data used during CSV input and output to Flink.
org.gradoop.flink.io.impl.csv.tuples - package org.gradoop.flink.io.impl.csv.tuples
Contains tuples required by CSV data source and sink.
org.gradoop.flink.io.impl.dot - package org.gradoop.flink.io.impl.dot
Contains all classes related to graph data sources and data sinks.
org.gradoop.flink.io.impl.dot.functions - package org.gradoop.flink.io.impl.dot.functions
Contains all classes related to graph data sources and data sinks.
org.gradoop.flink.io.impl.edgelist - package org.gradoop.flink.io.impl.edgelist
Contains all classes related to graph data sources and data sinks.
org.gradoop.flink.io.impl.edgelist.functions - package org.gradoop.flink.io.impl.edgelist.functions
Contains all classes related to graph data sources and data sinks.
org.gradoop.flink.io.impl.gdl - package org.gradoop.flink.io.impl.gdl
Contains classes related to the output of data in the gdl format.
org.gradoop.flink.io.impl.gdl.functions - package org.gradoop.flink.io.impl.gdl.functions
Contains classes related to the conversion of data into the gdl format.
org.gradoop.flink.io.impl.graph - package org.gradoop.flink.io.impl.graph
Contains all classes related to reading an external graph into Gradoop.
org.gradoop.flink.io.impl.graph.functions - package org.gradoop.flink.io.impl.graph.functions
Contains all functions related to reading an external graph into Gradoop.
org.gradoop.flink.io.impl.graph.tuples - package org.gradoop.flink.io.impl.graph.tuples
Contains all tuples related to reading an external graph into Gradoop.
org.gradoop.flink.io.impl.image - package org.gradoop.flink.io.impl.image
Contains classes to output a layouted graph as an image.
org.gradoop.flink.io.impl.image.functions - package org.gradoop.flink.io.impl.image.functions
Contains functions to output a layouted graph as an image.
org.gradoop.flink.io.impl.mtx - package org.gradoop.flink.io.impl.mtx
Contains classes to use matrix market format (mtx) datasets with Gradoop.
org.gradoop.flink.io.impl.mtx.functions - package org.gradoop.flink.io.impl.mtx.functions
Contains functions to use matrix market format (mtx) datasets with Gradoop.
org.gradoop.flink.io.impl.parquet - package org.gradoop.flink.io.impl.parquet
Contains all classes related to parquet input and output to Flink.
org.gradoop.flink.io.impl.parquet.common - package org.gradoop.flink.io.impl.parquet.common
Contains all commonly used classes related to parquet input and output to Flink.
org.gradoop.flink.io.impl.parquet.plain - package org.gradoop.flink.io.impl.parquet.plain
Contains all classes related to plain parquet input and output to Flink.
org.gradoop.flink.io.impl.parquet.plain.common - package org.gradoop.flink.io.impl.parquet.plain.common
Contains all commonly used classes related to plain parquet input and output to Flink.
org.gradoop.flink.io.impl.parquet.plain.read - package org.gradoop.flink.io.impl.parquet.plain.read
Contains parquet root converters for EPGM entities
org.gradoop.flink.io.impl.parquet.plain.write - package org.gradoop.flink.io.impl.parquet.plain.write
Contains parquet writers for EPGM entities
org.gradoop.flink.io.impl.parquet.protobuf - package org.gradoop.flink.io.impl.parquet.protobuf
Contains all classes related to parquet-protobuf input and output to Flink.
org.gradoop.flink.io.impl.parquet.protobuf.functions - package org.gradoop.flink.io.impl.parquet.protobuf.functions
Contains functions to transform EPGM entities into Protobuf objects and vice versa.
org.gradoop.flink.io.impl.parquet.protobuf.kryo - package org.gradoop.flink.io.impl.parquet.protobuf.kryo
Contains Kryo serializers for Protobuf objects.
org.gradoop.flink.io.impl.statistics - package org.gradoop.flink.io.impl.statistics
Contains all classes related to graph statistic input and output to Flink.
org.gradoop.flink.io.impl.tlf - package org.gradoop.flink.io.impl.tlf
Contains all classes related to Transaction List Format (TLF) input and output to Flink.
org.gradoop.flink.io.impl.tlf.constants - package org.gradoop.flink.io.impl.tlf.constants
Contains constants used for TLF.
org.gradoop.flink.io.impl.tlf.functions - package org.gradoop.flink.io.impl.tlf.functions
Contains all Flink functions related to TLF input and output.
org.gradoop.flink.io.impl.tlf.inputformats - package org.gradoop.flink.io.impl.tlf.inputformats
Contains InputFormats used for TLF reading.
org.gradoop.flink.model.api.epgm - package org.gradoop.flink.model.api.epgm
Contains interfaces for handling EPGM-structured graphs and graph collections.
org.gradoop.flink.model.api.functions - package org.gradoop.flink.model.api.functions
Interfaces for functions that can be applied on EPGM model elements.
org.gradoop.flink.model.api.layouts - package org.gradoop.flink.model.api.layouts
Contains interfaces for describing graph and graph collection layouts.
org.gradoop.flink.model.api.operators - package org.gradoop.flink.model.api.operators
Contains all operator interface used in the Gradoop framework.
org.gradoop.flink.model.api.tuples - package org.gradoop.flink.model.api.tuples
Contains interfaces for tuple-type classes used by Gradoop.
org.gradoop.flink.model.impl - package org.gradoop.flink.model.impl
Contains the Flink implementation of the EPGM data model.
org.gradoop.flink.model.impl.comparators - package org.gradoop.flink.model.impl.comparators
Comparators related to the EPGM data model.
org.gradoop.flink.model.impl.epgm - package org.gradoop.flink.model.impl.epgm
Contains EPGM graph and collection representations and their factory implementations.
org.gradoop.flink.model.impl.functions - package org.gradoop.flink.model.impl.functions
Contains functions that are used by all model implementation classes.
org.gradoop.flink.model.impl.functions.bool - package org.gradoop.flink.model.impl.functions.bool
Boolean Flink functions
org.gradoop.flink.model.impl.functions.epgm - package org.gradoop.flink.model.impl.functions.epgm
Contains map function implementations that are globally used.
org.gradoop.flink.model.impl.functions.filters - package org.gradoop.flink.model.impl.functions.filters
Contains common filter functions and wrappers combining multiple filters.
org.gradoop.flink.model.impl.functions.graphcontainment - package org.gradoop.flink.model.impl.functions.graphcontainment
Contains filter function implementations that are globally used.
org.gradoop.flink.model.impl.functions.tuple - package org.gradoop.flink.model.impl.functions.tuple
Tuple related functions
org.gradoop.flink.model.impl.functions.utils - package org.gradoop.flink.model.impl.functions.utils
Contains globally used utility functions.
org.gradoop.flink.model.impl.layouts.common - package org.gradoop.flink.model.impl.layouts.common
Contains functionality that is used by all layout implementations.
org.gradoop.flink.model.impl.layouts.gve - package org.gradoop.flink.model.impl.layouts.gve
Contains the GVE graph and collection layout.
org.gradoop.flink.model.impl.layouts.gve.indexed - package org.gradoop.flink.model.impl.layouts.gve.indexed
Contains the Indexed GVE graph and collection layout.
org.gradoop.flink.model.impl.layouts.transactional - package org.gradoop.flink.model.impl.layouts.transactional
Contains the Transactional (Tx) collection layout.
org.gradoop.flink.model.impl.layouts.transactional.tuples - package org.gradoop.flink.model.impl.layouts.transactional.tuples
Contains tuple implementations related to the Transactional Collection layout.
org.gradoop.flink.model.impl.operators - package org.gradoop.flink.model.impl.operators
Contains all EPGM operator implementations in Flink.
org.gradoop.flink.model.impl.operators.aggregation - package org.gradoop.flink.model.impl.operators.aggregation
Aggregation takes a logical graph and a user defined aggregate function as input.
org.gradoop.flink.model.impl.operators.aggregation.functions - package org.gradoop.flink.model.impl.operators.aggregation.functions
aggregate functions
org.gradoop.flink.model.impl.operators.aggregation.functions.average - package org.gradoop.flink.model.impl.operators.aggregation.functions.average
AverageProperty aggregation and related post-processing functions.
org.gradoop.flink.model.impl.operators.aggregation.functions.bool - package org.gradoop.flink.model.impl.operators.aggregation.functions.bool
boolean aggregate functions
org.gradoop.flink.model.impl.operators.aggregation.functions.containment - package org.gradoop.flink.model.impl.operators.aggregation.functions.containment
containment aggregate functions
org.gradoop.flink.model.impl.operators.aggregation.functions.count - package org.gradoop.flink.model.impl.operators.aggregation.functions.count
counting aggregate functions
org.gradoop.flink.model.impl.operators.aggregation.functions.max - package org.gradoop.flink.model.impl.operators.aggregation.functions.max
maximizing aggregate functions
org.gradoop.flink.model.impl.operators.aggregation.functions.min - package org.gradoop.flink.model.impl.operators.aggregation.functions.min
minimizing aggregate functions
org.gradoop.flink.model.impl.operators.aggregation.functions.sum - package org.gradoop.flink.model.impl.operators.aggregation.functions.sum
summing aggregate functions
org.gradoop.flink.model.impl.operators.base - package org.gradoop.flink.model.impl.operators.base
operator superclasses
org.gradoop.flink.model.impl.operators.base.functions - package org.gradoop.flink.model.impl.operators.base.functions
Contains all user defined functions related to the graph summarization operator implementations.
org.gradoop.flink.model.impl.operators.cloning - package org.gradoop.flink.model.impl.operators.cloning
Contains classed related to cloning.
org.gradoop.flink.model.impl.operators.cloning.functions - package org.gradoop.flink.model.impl.operators.cloning.functions
Contains all user defined functions related to the graph cloning.
org.gradoop.flink.model.impl.operators.combination - package org.gradoop.flink.model.impl.operators.combination
A combination operator creates a new logical graph by combining the vertex and edge sets of two input graphs.
org.gradoop.flink.model.impl.operators.count - package org.gradoop.flink.model.impl.operators.count
Enables counting of data sets.
org.gradoop.flink.model.impl.operators.count.functions - package org.gradoop.flink.model.impl.operators.count.functions
UDFs required for Counting elements in datasets.
org.gradoop.flink.model.impl.operators.difference - package org.gradoop.flink.model.impl.operators.difference
A difference operator returns a collection with all logical graphs that are contained in the first input collection but not in the second.
org.gradoop.flink.model.impl.operators.difference.functions - package org.gradoop.flink.model.impl.operators.difference.functions
Contains all user defined functions related to the graph summarization operator implementations.
org.gradoop.flink.model.impl.operators.distinction - package org.gradoop.flink.model.impl.operators.distinction
Contains the implementation of distinct operators which can be applied on graph collections.
org.gradoop.flink.model.impl.operators.distinction.functions - package org.gradoop.flink.model.impl.operators.distinction.functions
Flink functions used by distinct operators.
org.gradoop.flink.model.impl.operators.equality - package org.gradoop.flink.model.impl.operators.equality
An equality operator checks two logical graphs or two collections for equality.
org.gradoop.flink.model.impl.operators.exclusion - package org.gradoop.flink.model.impl.operators.exclusion
An exclusion operator takes a LogicalGraph specified by its id and removes all vertices and edges, that are contained in other graphs of this collection.
org.gradoop.flink.model.impl.operators.fusion - package org.gradoop.flink.model.impl.operators.fusion
Contains all implementations of the graph fusion operator.
org.gradoop.flink.model.impl.operators.fusion.functions - package org.gradoop.flink.model.impl.operators.fusion.functions
Functions required for the Nesting operation's definition
org.gradoop.flink.model.impl.operators.grouping - package org.gradoop.flink.model.impl.operators.grouping
Contains all implementations of the graph grouping operator.
org.gradoop.flink.model.impl.operators.grouping.functions - package org.gradoop.flink.model.impl.operators.grouping.functions
Contains all user defined functions related to the graph grouping operator implementations.
org.gradoop.flink.model.impl.operators.grouping.tuples - package org.gradoop.flink.model.impl.operators.grouping.tuples
Contains all tuple classes related to the graph grouping operator implementations.
org.gradoop.flink.model.impl.operators.intersection - package org.gradoop.flink.model.impl.operators.intersection
An intersection operator returns a collection with all logical graphs that exist in both input collections.
org.gradoop.flink.model.impl.operators.intersection.functions - package org.gradoop.flink.model.impl.operators.intersection.functions
Contains all user defined functions related to the graph summarization operator implementations.
org.gradoop.flink.model.impl.operators.keyedgrouping - package org.gradoop.flink.model.impl.operators.keyedgrouping
An implementation of the graph grouping operator supporting grouping on keys extracted from graph-elements with user-defined key functions.
org.gradoop.flink.model.impl.operators.keyedgrouping.functions - package org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Functions used by the key-function based grouping operator.
org.gradoop.flink.model.impl.operators.keyedgrouping.keys - package org.gradoop.flink.model.impl.operators.keyedgrouping.keys
Contains implementations of grouping key functions.
org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific - package org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific
Functions used to support label-specific grouping.
org.gradoop.flink.model.impl.operators.kmeans - package org.gradoop.flink.model.impl.operators.kmeans
A KMeans operator implementation takes a logical graph and assigns its vertices to a cluster.
org.gradoop.flink.model.impl.operators.kmeans.functions - package org.gradoop.flink.model.impl.operators.kmeans.functions
Contains all user defined functions related to the KMeans operator
org.gradoop.flink.model.impl.operators.kmeans.util - package org.gradoop.flink.model.impl.operators.kmeans.util
Contains all utility-classes related to the KMeans operator
org.gradoop.flink.model.impl.operators.layouting - package org.gradoop.flink.model.impl.operators.layouting
Contains all implementations of the graph layouting operator.
org.gradoop.flink.model.impl.operators.layouting.functions - package org.gradoop.flink.model.impl.operators.layouting.functions
Contains all user defined functions related to graph-layouting
org.gradoop.flink.model.impl.operators.layouting.util - package org.gradoop.flink.model.impl.operators.layouting.util
Contains utility-classes related to graph-layouting
org.gradoop.flink.model.impl.operators.limit - package org.gradoop.flink.model.impl.operators.limit
Contains the implementation of the limit operator which can be applied on graph collections.
org.gradoop.flink.model.impl.operators.matching - package org.gradoop.flink.model.impl.operators.matching
Contains implementations of graph pattern matching algorithms.
org.gradoop.flink.model.impl.operators.matching.common - package org.gradoop.flink.model.impl.operators.matching.common
Contains functionality used by all pattern matching implementations.
org.gradoop.flink.model.impl.operators.matching.common.debug - package org.gradoop.flink.model.impl.operators.matching.common.debug
Contains debug related classed (e.g., printers for tuples)
org.gradoop.flink.model.impl.operators.matching.common.functions - package org.gradoop.flink.model.impl.operators.matching.common.functions
Contains Flink functions that are used by all matching implementations.
org.gradoop.flink.model.impl.operators.matching.common.matching - package org.gradoop.flink.model.impl.operators.matching.common.matching
Contains classes related to object matching (e.g.
org.gradoop.flink.model.impl.operators.matching.common.query - package org.gradoop.flink.model.impl.operators.matching.common.query
Contains classes related to query processing during pattern matching.
org.gradoop.flink.model.impl.operators.matching.common.query.predicates - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates
Contains functions concerning query predicates
org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
Includes wrappers of all boolean predicates
org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables
Includes wrappers of all comparable expressions
org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions - package org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions
Includes wrappers of expression predicates
org.gradoop.flink.model.impl.operators.matching.common.statistics - package org.gradoop.flink.model.impl.operators.matching.common.statistics
Contains classes to load and represent graph statistics.
org.gradoop.flink.model.impl.operators.matching.common.tuples - package org.gradoop.flink.model.impl.operators.matching.common.tuples
Contains tuples that are used by all pattern matching implementations.
org.gradoop.flink.model.impl.operators.matching.single - package org.gradoop.flink.model.impl.operators.matching.single
Contains implementations graph pattern matching on an input graph collection.
org.gradoop.flink.model.impl.operators.matching.single.cypher - package org.gradoop.flink.model.impl.operators.matching.single.cypher
Contains everything related to cypher query planning.
org.gradoop.flink.model.impl.operators.matching.single.cypher.debug - package org.gradoop.flink.model.impl.operators.matching.single.cypher.debug
Contains debug related classed (e.g., printers for embeddings)
org.gradoop.flink.model.impl.operators.matching.single.cypher.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.functions
Contains UDFs used by all pattern matching operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators
Contains the physical query operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add
Contains classed related to the Expand query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.functions
Contains classed related to the Expand query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand
Contains classed related to the Expand query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Contains UDFs used by the Expand query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples
Contains tuples used by the Expand query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter
Contains classed related to the Filter query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.functions
Contains UDFs used by the Filter query operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
Contains classes related to the Join query operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions
Contains UDFs used by the Join query operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project
Contains classed related to the Project query operator.
org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions - package org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions
Contains UDFs used by the Project query operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation
Contains all classes related to query graph estimation.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner
Contains a query plan table representation.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy
Contains different query planner implementations.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable
Contains a cost-based greedy query planner.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Contains all classes related to query plan representation.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
Contains binary plan node implementations.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
Contains leaf plan node implementations.
org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary - package org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary
Contains unary plan node implementations.
org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos - package org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
Contains pojos used by all pattern matching operators.
org.gradoop.flink.model.impl.operators.matching.single.cypher.utils - package org.gradoop.flink.model.impl.operators.matching.single.cypher.utils
Contains utility classes related to Cypher pattern matching.
org.gradoop.flink.model.impl.operators.matching.single.preserving - package org.gradoop.flink.model.impl.operators.matching.single.preserving
Contains structure-preserving pattern matching algorithms, i.e., such based on homomorphisms and isomorphisms between input and pattern graph.
org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative
Contains a naive traversal implementation for subgraph isomorphism.
org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug
Contains debug related classed (e.g., printers for tuples)
org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Contains Flink functions that are used by ExplorativePatternMatching.
org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Contains implementations for distributed graph traversal.
org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples - package org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
Contains tuples that are used exclusively by that implementation.
org.gradoop.flink.model.impl.operators.matching.single.simulation - package org.gradoop.flink.model.impl.operators.matching.single.simulation
Contains simulation based pattern matching algorithms.
org.gradoop.flink.model.impl.operators.matching.single.simulation.dual - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual
Implementation of dual graph simulation.
org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug
Contains debug related classed (e.g., printers for tuples)
org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Flink functions that are used during dual simulation.
org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
Contains all tuple classes related to dual graph simulation.
org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util - package org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util
Utility classes for dual graph simulation.
org.gradoop.flink.model.impl.operators.matching.transactional - package org.gradoop.flink.model.impl.operators.matching.transactional
Contains implementations graph pattern matching on a single input graph.
org.gradoop.flink.model.impl.operators.matching.transactional.algorithm - package org.gradoop.flink.model.impl.operators.matching.transactional.algorithm
Contains implementations graph pattern matching on a single input graph.
org.gradoop.flink.model.impl.operators.matching.transactional.function - package org.gradoop.flink.model.impl.operators.matching.transactional.function
Contains implementations graph pattern matching on a single input graph.
org.gradoop.flink.model.impl.operators.matching.transactional.tuples - package org.gradoop.flink.model.impl.operators.matching.transactional.tuples
Implementation of dual graph simulation.
org.gradoop.flink.model.impl.operators.neighborhood - package org.gradoop.flink.model.impl.operators.neighborhood
Contains all implementations of the graph neighborhood operators.
org.gradoop.flink.model.impl.operators.neighborhood.functions - package org.gradoop.flink.model.impl.operators.neighborhood.functions
Contains all user defined functions related to the graph neighborhood operator implementations.
org.gradoop.flink.model.impl.operators.neighborhood.keyselector - package org.gradoop.flink.model.impl.operators.neighborhood.keyselector
Contains all key selectors related to the graph neighborhood operator implementations.
org.gradoop.flink.model.impl.operators.overlap - package org.gradoop.flink.model.impl.operators.overlap
An overlap operator implementation creates a new logical graph containing the overlapping vertex and edge sets of two input graphs.
org.gradoop.flink.model.impl.operators.rollup - package org.gradoop.flink.model.impl.operators.rollup
Contains all implementations of the graph rollUp operator.
org.gradoop.flink.model.impl.operators.sampling - package org.gradoop.flink.model.impl.operators.sampling
Contains a collection of graph sampling methods.
org.gradoop.flink.model.impl.operators.sampling.common - package org.gradoop.flink.model.impl.operators.sampling.common
Contains a collection of graph sampling methods.
org.gradoop.flink.model.impl.operators.sampling.functions - package org.gradoop.flink.model.impl.operators.sampling.functions
Contains all user defined functions related graph sampling.
org.gradoop.flink.model.impl.operators.selection - package org.gradoop.flink.model.impl.operators.selection
Contains classes related to selection.
org.gradoop.flink.model.impl.operators.selection.functions - package org.gradoop.flink.model.impl.operators.selection.functions
Contains all user defined functions related to selection.
org.gradoop.flink.model.impl.operators.split - package org.gradoop.flink.model.impl.operators.split
Contains classes related to the split operator.
org.gradoop.flink.model.impl.operators.split.functions - package org.gradoop.flink.model.impl.operators.split.functions
Contains all user defined functions related to the split operator implementation.
org.gradoop.flink.model.impl.operators.statistics - package org.gradoop.flink.model.impl.operators.statistics
Contains classes to compute various graph statistics.
org.gradoop.flink.model.impl.operators.statistics.functions - package org.gradoop.flink.model.impl.operators.statistics.functions
Contains functions to map EPGM elements to values.
org.gradoop.flink.model.impl.operators.statistics.writer - package org.gradoop.flink.model.impl.operators.statistics.writer
Contains classes to compute various graph statistics and write it in csv data.
org.gradoop.flink.model.impl.operators.subgraph - package org.gradoop.flink.model.impl.operators.subgraph
Contains classes related to the subgraph operator.
org.gradoop.flink.model.impl.operators.subgraph.functions - package org.gradoop.flink.model.impl.operators.subgraph.functions
Contains all user defined functions related to the subgraph operator implementation.
org.gradoop.flink.model.impl.operators.tostring - package org.gradoop.flink.model.impl.operators.tostring
implementations of string representations of graphs and collections
org.gradoop.flink.model.impl.operators.tostring.api - package org.gradoop.flink.model.impl.operators.tostring.api
interfaces related to string representations
org.gradoop.flink.model.impl.operators.tostring.functions - package org.gradoop.flink.model.impl.operators.tostring.functions
Flink functions related string representations
org.gradoop.flink.model.impl.operators.tostring.tuples - package org.gradoop.flink.model.impl.operators.tostring.tuples
Flink tuples related to string representations
org.gradoop.flink.model.impl.operators.transformation - package org.gradoop.flink.model.impl.operators.transformation
Contains the implementation of the graph modification operator.
org.gradoop.flink.model.impl.operators.transformation.functions - package org.gradoop.flink.model.impl.operators.transformation.functions
Contains functions required for the graph modification operator.
org.gradoop.flink.model.impl.operators.union - package org.gradoop.flink.model.impl.operators.union
An union operator returns a collection with all logical graphs from two input collections.
org.gradoop.flink.model.impl.operators.verify - package org.gradoop.flink.model.impl.operators.verify
Contains the verify operator used to remove dangling edges.
org.gradoop.flink.model.impl.operators.verify.functions - package org.gradoop.flink.model.impl.operators.verify.functions
Contains classes related to the verify operators.
org.gradoop.flink.model.impl.tuples - package org.gradoop.flink.model.impl.tuples
Contains EPGM tuple representations.
org.gradoop.flink.representation - package org.gradoop.flink.representation
Different graph representations that can be used in DataSets.
org.gradoop.flink.representation.common.adjacencylist - package org.gradoop.flink.representation.common.adjacencylist
Contains general pojo interfaces used by Gradoop operators.
org.gradoop.flink.representation.transactional - package org.gradoop.flink.representation.transactional
Classes related transactional graph representations.
org.gradoop.flink.representation.transactional.traversalcode - package org.gradoop.flink.representation.transactional.traversalcode
Classes related to DFS code graph representation.
org.gradoop.flink.util - package org.gradoop.flink.util
Contains utility classes that are specific for the Flink implementations.
org.gradoop.storage.accumulo.config - package org.gradoop.storage.accumulo.config
Contains config classes for gradoop accumulo
org.gradoop.storage.accumulo.impl - package org.gradoop.storage.accumulo.impl
Contains storage handling classes for gradoop accumulo
org.gradoop.storage.accumulo.impl.constants - package org.gradoop.storage.accumulo.impl.constants
Contains constants classes for gradoop accumulo
org.gradoop.storage.accumulo.impl.handler - package org.gradoop.storage.accumulo.impl.handler
Contains handler classes for gradoop accumulo
org.gradoop.storage.accumulo.impl.io - package org.gradoop.storage.accumulo.impl.io
Contains accumulo store i/o classes for gradoop
org.gradoop.storage.accumulo.impl.io.inputformats - package org.gradoop.storage.accumulo.impl.io.inputformats
Contains input format classes for accumulo store
org.gradoop.storage.accumulo.impl.io.outputformats - package org.gradoop.storage.accumulo.impl.io.outputformats
Gradoop Accumulo OutputFormat
org.gradoop.storage.accumulo.impl.iterator.client - package org.gradoop.storage.accumulo.impl.iterator.client
Contains Client iterator classes for gradoop accumulo
org.gradoop.storage.accumulo.impl.iterator.tserver - package org.gradoop.storage.accumulo.impl.iterator.tserver
Accumulo iterator implements
org.gradoop.storage.accumulo.impl.predicate.filter.api - package org.gradoop.storage.accumulo.impl.predicate.filter.api
Contains element filter classes for gradoop accumulo
org.gradoop.storage.accumulo.impl.predicate.filter.calculate - package org.gradoop.storage.accumulo.impl.predicate.filter.calculate
Contains logical expressions for gradoop accumulo
org.gradoop.storage.accumulo.impl.predicate.filter.impl - package org.gradoop.storage.accumulo.impl.predicate.filter.impl
Contains predicate classes for gradoop accumulo
org.gradoop.storage.accumulo.impl.predicate.query - package org.gradoop.storage.accumulo.impl.predicate.query
Contains Query holder classes for gradoop accumulo
org.gradoop.storage.accumulo.utils - package org.gradoop.storage.accumulo.utils
Contains util classes for gradoop accumulo
org.gradoop.storage.common.api - package org.gradoop.storage.common.api
Contains epgm api classes for store apis
org.gradoop.storage.common.config - package org.gradoop.storage.common.config
Contains config classes for store apis
org.gradoop.storage.common.io - package org.gradoop.storage.common.io
Contains IO Classes for store apis
org.gradoop.storage.common.iterator - package org.gradoop.storage.common.iterator
Contains iterator classes for store apis
org.gradoop.storage.common.predicate.filter.api - package org.gradoop.storage.common.predicate.filter.api
Contains filter api classes for store apis
org.gradoop.storage.common.predicate.filter.impl - package org.gradoop.storage.common.predicate.filter.impl
Contains predicate api classes for store apis
org.gradoop.storage.common.predicate.query - package org.gradoop.storage.common.predicate.query
Contains query api classes for store apis
org.gradoop.storage.hbase.config - package org.gradoop.storage.hbase.config
Contains Configuration classes for Gradoop.
org.gradoop.storage.hbase.impl - package org.gradoop.storage.hbase.impl
Contains all classes for storing EPGs in HBase.
org.gradoop.storage.hbase.impl.api - package org.gradoop.storage.hbase.impl.api
Contains all classes for storing EPGs.
org.gradoop.storage.hbase.impl.constants - package org.gradoop.storage.hbase.impl.constants
Contains HbaseConstants for gradoop hbase
org.gradoop.storage.hbase.impl.factory - package org.gradoop.storage.hbase.impl.factory
Contains factory classes for gradoop hbase
org.gradoop.storage.hbase.impl.handler - package org.gradoop.storage.hbase.impl.handler
Contains handler classes for gradoop hbase
org.gradoop.storage.hbase.impl.io - package org.gradoop.storage.hbase.impl.io
Contains all classes related to HBase input and output to and from Flink.
org.gradoop.storage.hbase.impl.io.functions - package org.gradoop.storage.hbase.impl.io.functions
Contains Flink functions related to HBase.
org.gradoop.storage.hbase.impl.io.inputformats - package org.gradoop.storage.hbase.impl.io.inputformats
Contains InputFormats for EPGM elements.
org.gradoop.storage.hbase.impl.iterator - package org.gradoop.storage.hbase.impl.iterator
Contains iterator classes for gradoop hbase
org.gradoop.storage.hbase.impl.predicate.filter - package org.gradoop.storage.hbase.impl.predicate.filter
Contains utility classes for common HBase filter tasks
org.gradoop.storage.hbase.impl.predicate.filter.api - package org.gradoop.storage.hbase.impl.predicate.filter.api
Contains filter API interface related to HBase predicate definitions.
org.gradoop.storage.hbase.impl.predicate.filter.calculate - package org.gradoop.storage.hbase.impl.predicate.filter.calculate
Contains logical expressions for HBase predicates
org.gradoop.storage.hbase.impl.predicate.filter.impl - package org.gradoop.storage.hbase.impl.predicate.filter.impl
Specific filter implementations of HBase store
org.gradoop.storage.hbase.utils - package org.gradoop.storage.hbase.utils
HBase filter utilities
org.gradoop.temporal.io.api - package org.gradoop.temporal.io.api
Interfaces related to writing and reading temporal graphs and collections.
org.gradoop.temporal.io.impl.csv - package org.gradoop.temporal.io.impl.csv
A DataSource and -Sink implementation storing temporal graphs and graph collections as CSV files.
org.gradoop.temporal.io.impl.csv.functions - package org.gradoop.temporal.io.impl.csv.functions
Contains functions used by the temporal CSV DataSource and -Sink implementation.
org.gradoop.temporal.io.impl.csv.indexed - package org.gradoop.temporal.io.impl.csv.indexed
A DataSource and -Sink implementation storing temporal graphs and graph collections as label partitioned CSV files.
org.gradoop.temporal.io.impl.csv.tuples - package org.gradoop.temporal.io.impl.csv.tuples
Contains tuples required by the temporal CSV data source and sink.
org.gradoop.temporal.io.impl.parquet.plain - package org.gradoop.temporal.io.impl.parquet.plain
Contains all classes related to temporal parquet input and output to Flink.
org.gradoop.temporal.io.impl.parquet.plain.read - package org.gradoop.temporal.io.impl.parquet.plain.read
Contains parquet root converters for TPGM entities
org.gradoop.temporal.io.impl.parquet.plain.write - package org.gradoop.temporal.io.impl.parquet.plain.write
Contains parquet writers for TPGM entities
org.gradoop.temporal.io.impl.parquet.protobuf - package org.gradoop.temporal.io.impl.parquet.protobuf
Contains all classes related to temporal parquet-protobuf input and output to Flink.
org.gradoop.temporal.io.impl.parquet.protobuf.functions - package org.gradoop.temporal.io.impl.parquet.protobuf.functions
Contains functions to transform TPGM entities into Protobuf objects and vice versa.
org.gradoop.temporal.model.api - package org.gradoop.temporal.model.api
Contains interfaces for handling TPGM-structured graphs and graph collections.
org.gradoop.temporal.model.api.functions - package org.gradoop.temporal.model.api.functions
Contains function definitions operating on TPGM.
org.gradoop.temporal.model.impl - package org.gradoop.temporal.model.impl
Contains TPGM graph and collection representations and their factory implementations.
org.gradoop.temporal.model.impl.functions - package org.gradoop.temporal.model.impl.functions
Contains implementations of functions related to TPGM.
org.gradoop.temporal.model.impl.functions.predicates - package org.gradoop.temporal.model.impl.functions.predicates
Contains some TemporalPredicate implementations.
org.gradoop.temporal.model.impl.functions.tpgm - package org.gradoop.temporal.model.impl.functions.tpgm
Functions used to convert elements to temporal elements and vice versa.
org.gradoop.temporal.model.impl.layout - package org.gradoop.temporal.model.impl.layout
The layout implementation for temporal graphs as well as the respective factories.
org.gradoop.temporal.model.impl.operators - package org.gradoop.temporal.model.impl.operators
Additional operators for TPGM.
org.gradoop.temporal.model.impl.operators.aggregation.functions - package org.gradoop.temporal.model.impl.operators.aggregation.functions
Functions used to aggregate temporal attributes.
org.gradoop.temporal.model.impl.operators.diff - package org.gradoop.temporal.model.impl.operators.diff
The implementation of the TPGM diff operator.
org.gradoop.temporal.model.impl.operators.diff.functions - package org.gradoop.temporal.model.impl.operators.diff.functions
Functions related to the TPGM diff operator.
org.gradoop.temporal.model.impl.operators.keyedgrouping - package org.gradoop.temporal.model.impl.operators.keyedgrouping
Contains the implementation of the temporal grouping operator and related functions.
org.gradoop.temporal.model.impl.operators.keyedgrouping.keys - package org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
Implementations of grouping key functions used to group by temporal attributes.
org.gradoop.temporal.model.impl.operators.matching - package org.gradoop.temporal.model.impl.operators.matching
Contains implementations of graph pattern matching algorithms for TPGM graphs.
org.gradoop.temporal.model.impl.operators.matching.common - package org.gradoop.temporal.model.impl.operators.matching.common
Contains functionality used by all temporal pattern matching implementations.
org.gradoop.temporal.model.impl.operators.matching.common.query - package org.gradoop.temporal.model.impl.operators.matching.common.query
Contains classes related to query processing during pattern matching.
org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing - package org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing
Includes everything related to query transformation
org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.exceptions - package org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.exceptions
Includes exceptions that may be thrown during query postprocessing
org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation - package org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Includes all query transformation functions
org.gradoop.temporal.model.impl.operators.matching.common.query.predicates - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates
Contains functions concerning query predicates
org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Includes wrappers of all comparable expressions
org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.util
Includes auxiliary methods for comparable expressions
org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util - package org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.util
Contains utility functions for comparisons
org.gradoop.temporal.model.impl.operators.matching.common.statistics - package org.gradoop.temporal.model.impl.operators.matching.common.statistics
Contains classes to represent temporal graph statistics.
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning
Contains classes for temporal graph statistics using binning.
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions
Contains functions needed for binning temporal graph statistics.
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo
Contains POJOS needed for binning temporal graph statistics.
org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy - package org.gradoop.temporal.model.impl.operators.matching.common.statistics.dummy
Package for "dummy" statistics that are used when no use of statistics is intended.
org.gradoop.temporal.model.impl.operators.matching.single - package org.gradoop.temporal.model.impl.operators.matching.single
Contains implementations of temporal graph pattern matching on an input graph collection.
org.gradoop.temporal.model.impl.operators.matching.single.cypher - package org.gradoop.temporal.model.impl.operators.matching.single.cypher
Contains everything related to cypher query planning for temporal graphs.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.functions
Contains UDFs used by all pattern matching operators.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators
Contains the physical query operators.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter
Contains classed related to the Filter query operator.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.functions
Contains UDFs used by the Filter query operators.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
Contains all classes related to query graph estimation.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy
Contains a greedy query planning approach.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable
Contains a query plan table representation.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan
Contains all classes related to query plan representation.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf
Contains leaf plan node implementations.
org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos - package org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos
Contains POJOs used by the matching operator.
org.gradoop.temporal.model.impl.operators.metric - package org.gradoop.temporal.model.impl.operators.metric
Contains implementations of TPGM metric operators.
org.gradoop.temporal.model.impl.operators.metric.functions - package org.gradoop.temporal.model.impl.operators.metric.functions
Contains functions related to the TPGM metric operators.
org.gradoop.temporal.model.impl.operators.snapshot - package org.gradoop.temporal.model.impl.operators.snapshot
Contains implementations of the TPGM snapshot operator.
org.gradoop.temporal.model.impl.operators.snapshot.functions - package org.gradoop.temporal.model.impl.operators.snapshot.functions
Functions related to the TPGM snapshot operator.
org.gradoop.temporal.model.impl.operators.tostring - package org.gradoop.temporal.model.impl.operators.tostring
Implementations of string representations of temporal graphs and collections.
org.gradoop.temporal.model.impl.operators.tostring.functions - package org.gradoop.temporal.model.impl.operators.tostring.functions
Internal functions for string representations of temporal graphs and collections.
org.gradoop.temporal.model.impl.operators.verify - package org.gradoop.temporal.model.impl.operators.verify
Contains a temporal version of the verify operator that removes dangling edges and updates validity of edges.
org.gradoop.temporal.model.impl.operators.verify.functions - package org.gradoop.temporal.model.impl.operators.verify.functions
Functions used by the temporal verify operator.
org.gradoop.temporal.model.impl.pojo - package org.gradoop.temporal.model.impl.pojo
Contains a default POJO implementation of TPGM entities.
org.gradoop.temporal.util - package org.gradoop.temporal.util
Contains utility classes specific to the temporal module.
ORIGINAL_VERTEX_LABEL - Static variable in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
The property key used to store the original vertex label on the new edge.
OrPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
Wraps an Or predicate
OrPredicate(Or) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
Creates a new or wrapper
OrPredicate(Or, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.OrPredicate
Creates a new or wrapper
OUT_DEGREE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
OUTGOING - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
integer model of "outgoing"
OUTGOING_VERTEX_DEGREE_DISTRIBUTION - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Each line contains a vertex and its out-degree, e.g.
OutgoingAdjacencyList - Class in org.gradoop.flink.model.impl.operators.tostring.functions
generates a string representation fo an outgoing adjacency list
OutgoingAdjacencyList() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.OutgoingAdjacencyList
 
OutgoingVertexDegreeDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the distribution of outgoing vertex degrees.
OutgoingVertexDegreeDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegreeDistribution
 
OutgoingVertexDegrees - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the outgoing degree for each vertex.
OutgoingVertexDegrees() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.OutgoingVertexDegrees
 
outputFormat - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
The output format chosen by the user
overlap(LG) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a new base graph containing the overlapping vertex and edge sets of this graph and the given graph.
Overlap<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.overlap
Computes the overlap graph from two base graphs.
Overlap() - Constructor for class org.gradoop.flink.model.impl.operators.overlap.Overlap
 
OverlapBase<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.overlap
Base class for overlap operators that contains common logic.
OverlapBase() - Constructor for class org.gradoop.flink.model.impl.operators.overlap.OverlapBase
 
Overlaps - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the Overlaps temporal predicate.
Overlaps(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
Creates a Overlaps instance with the given time-interval.
Overlaps(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
Creates a Overlaps instance with the given time-interval.

P

PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Key of the PageRankScore property used by PageRankSampling and AddPageRankScoresToVertexCrossFunction
PageRank<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.pagerank
A gradoop operator wrapping PageRank.
PageRank(String, double, int) - Constructor for class org.gradoop.flink.algorithms.gelly.pagerank.PageRank
Constructor for Page Rank with fixed number of iterations and PageRank.includeZeroDegrees set to false.
PageRank(String, double, int, boolean) - Constructor for class org.gradoop.flink.algorithms.gelly.pagerank.PageRank
Constructor for Page Rank with fixed number of iterations.
PageRankResultKey - Class in org.gradoop.flink.algorithms.gelly.pagerank.functions
Select the vertex id of an Page Rank result.
PageRankResultKey() - Constructor for class org.gradoop.flink.algorithms.gelly.pagerank.functions.PageRankResultKey
 
PageRankResultVertexFilter<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Retains all vertices with a PageRank-score greater or equal/smaller than a given sampling threshold - depending on the Boolean set in sampleGreaterThanThreshold.
PageRankResultVertexFilter(double, boolean, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.PageRankResultVertexFilter
Creates a new filter instance.
PageRankSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes a PageRank-Sampling of the graph (new graph head will be generated).
PageRankSampling(double, int, double, boolean, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.PageRankSampling
Creates a new PageRankSampling instance.
PageRankToAttribute<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.pagerank.functions
Stores the page rank result from the left as a Property in in the right.
PageRankToAttribute(String) - Constructor for class org.gradoop.flink.algorithms.gelly.pagerank.functions.PageRankToAttribute
Stores the page rank result as a Property.
PairElementWithNewId<T> - Class in org.gradoop.flink.model.impl.functions.epgm
Creates a new GradoopId for the input element and returns both.
PairElementWithNewId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.PairElementWithNewId
 
PairElementWithPropertyValue<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
element -> (elementId, propertyValue)
PairElementWithPropertyValue(String) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.PairElementWithPropertyValue
Constructor.
PairGraphIdWithElementId<GE extends EPGMGraphElement> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
graph-element -> (graphId, id)*
PairGraphIdWithElementId() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.PairGraphIdWithElementId
 
PairTupleWithNewId<T> - Class in org.gradoop.flink.model.impl.functions.epgm
Creates a new GradoopId for the input element in a Tuple1 and returns both.
PairTupleWithNewId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.PairTupleWithNewId
 
PairVertexWithGraphs<V extends Vertex> - Class in org.gradoop.flink.model.impl.functions.graphcontainment
Takes a vertex and creates one tuple 2 of this vertex and a graph id per graph the vertex is contained in.
PairVertexWithGraphs() - Constructor for class org.gradoop.flink.model.impl.functions.graphcontainment.PairVertexWithGraphs
 
parallelism - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
The parallelism of this format.
ParquetDataSink - Class in org.gradoop.flink.io.impl.parquet.plain
A graph data sink for parquet files.
ParquetDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSink
Creates a new parquet data sink.
ParquetDataSource - Class in org.gradoop.flink.io.impl.parquet.plain
A graph data source for parquet files.
ParquetDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSource
Creates a new parquet data source.
ParquetOutputFormatWithMode<T> - Class in org.gradoop.flink.io.impl.parquet.common
Extension of the ParquetOutputFormat that allows specifying a file creation mode.
ParquetOutputFormatWithMode() - Constructor for class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
 
ParquetProtobufDataSink - Class in org.gradoop.flink.io.impl.parquet.protobuf
A graph data sink for parquet-protobuf files.
ParquetProtobufDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSink
Creates a new parquet-protobuf data sink.
ParquetProtobufDataSource - Class in org.gradoop.flink.io.impl.parquet.protobuf
A graph data source for parquet-protobuf files.
ParquetProtobufDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSource
Creates a new parquet-protobuf data source.
parseDelimitedFrom(InputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseDelimitedFrom(InputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseDelimitedFrom(InputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseDelimitedFrom(InputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseDelimitedFrom(InputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseDelimitedFrom(InputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(ByteString) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(byte[]) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(InputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(CodedInputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
parseFrom(ByteString) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(byte[]) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(InputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(CodedInputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
parseFrom(ByteString) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(byte[]) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(InputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(CodedInputStream) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
parseFrom(ByteString) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(byte[]) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(InputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(CodedInputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
parseFrom(ByteString) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(byte[]) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(InputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(CodedInputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
parseFrom(ByteString) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(byte[]) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(InputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(CodedInputStream) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
parseGradoopId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToElement
Converts a protobuf byte array (ByteString) into a gradoop id.
parseGradoopIds(String) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
Parses the CSV string that contains EPGMGraphHead ids.
parseGradoopIds(List<ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToElement
Converts a list of binary gradoop ids into a gradoop id set.
parseProperties(String, String, String) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
Parses the given property values according to the meta data associated with the specified label.
parseProperties(Map<String, ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToElement
Converts a map of strings and binary property values (ByteString) into a property map.
parseQuotedStrings() - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Set parseQuotedStrings flag.
PARSER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
Deprecated.
parser() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
PARSER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
Deprecated.
parser() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
PARSER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
Deprecated.
parser() - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
PARSER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
Deprecated.
parser() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
PARSER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
Deprecated.
parser() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
PARSER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
Deprecated.
parser() - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
PASSWORD - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
accumulo password
path - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Path to store the output-image
pathSize() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Size of the path
PatternEmbeddingsMap - Class in org.gradoop.flink.algorithms.fsm.dimspan.tuples
f0 : [pattern1,..,patternN] f1 : [[vertexCount,edgeCount,v11,..,vj1,e11,..,ek1,v21,..]1,..]
PatternEmbeddingsMap() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Default Constructor.
PatternEmbeddingsMap(int[][], int[][]) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Valued constructor.
PatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.single
Base class for pattern matching implementations.
PatternMatching(String, boolean, Logger) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Constructor
PatternMatchingAlgorithm - Interface in org.gradoop.flink.model.impl.operators.matching.transactional.algorithm
Interface of a custom pattern matching algorithm.
PhysicalOperator - Interface in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators
Physical Operators are used to transform input data into Embeddings Chaining physical operators will execute a query
plan() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.planner.greedy.GreedyPlanner
Computes the PlanTableEntry that wraps the QueryPlan with the minimum costs according to the greedy optimization algorithm.
plan() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.planner.greedy.GreedyPlanner
Computes the TemporalPlanTableEntry that wraps the QueryPlan with the minimum costs according to the greedy optimization algorithm.
PlanNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Represents a single node in a QueryPlan
PlanNode() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.PlanNode
 
PlanTable - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable
A data structure to manage multiple query plans.
PlanTable() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
Creates a new plan table
PlanTableEntry - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable
Represents a query plan and additional meta data.
PlanTableEntry(PlanTableEntry.Type, Set<String>, CNF, QueryPlanEstimator) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
Creates a new plan table entry.
PlanTableEntry.Type - Enum in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable
Type of the element a plan entry represents.
Point - Class in org.gradoop.flink.model.impl.operators.kmeans.util
Point class that can be created by defining its coordinates.
Point() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Empty constructor of Point class
Point(double, double) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Creates a point with the coordinates assigned to it.
postAggregate(PropertyValue) - Method in interface org.gradoop.flink.model.api.functions.AggregateFunction
Compute the final result after the aggregation step was completed.
postAggregate(PropertyValue) - Method in interface org.gradoop.flink.model.impl.operators.aggregation.functions.average.Average
Calculate the average from the internally used aggregate value.
postAggregate(PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
After calling Average.postAggregate(PropertyValue), this function transforms the resulting aggregate value to the specified temporal unit.
postAggregate(PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MaxDuration
Method to check whether all aggregated durations had been default values or need to be transformed to another unit.
postAggregate(PropertyValue) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.MinDuration
Method to check whether all aggregated durations had been default values or need to be transformed to another unit.
postprocess(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.CNFPostProcessing
Executes the postprocessing pipeline on a CNF
PostProcessExpandEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions
Post-processes the expand iteration results Remove paths below lower bound length Remove results that do not match circle condition Turn intermediate results into embeddings
PostProcessExpandEmbedding(int, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.functions.PostProcessExpandEmbedding
Create a new Post-process function
PostProcessor - Class in org.gradoop.flink.model.impl.operators.matching.common
Provides methods for post-processing query results.
PostProcessor() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.PostProcessor
 
Precedes - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the Precedes predicate.
Precedes(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Precedes
Creates a Precedes instance with the the given time-interval.
Precedes(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Precedes
Creates a Precedes instance with the give time-interval.
PredicateCollection<P> - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
represents a collection of predicates which are connected via a certain operator
PredicateCollection() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
 
predicates - Variable in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Holds the predicate collection
prefix - Variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
String is put in front of debug output.
prepareEdges(DataSet<EPGMVertex>, DataSet<EPGMEdge>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Prepare the given edges for drawing.
prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
 
prepareForWrite(RecordConsumer) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
 
preProcess(DataSet<GraphTransaction>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
Triggers the label-frequency base preprocessing
PreProcessor - Class in org.gradoop.flink.model.impl.operators.matching.common
Provides methods for filtering vertices, edges, pairs (vertex + edge) and triples based on a given query.
PreProcessor() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.PreProcessor
 
preSuperstep() - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
Reads the broadcast sets for the starting vertices and the graph vertices.
print(BaseGraph<G, V, E, LG, GC>) - Static method in class org.gradoop.flink.io.impl.gdl.GDLConsoleOutput
Prints the logical graph to the standard output.
print(BaseGraphCollection<G, V, E, LG, GC>) - Static method in class org.gradoop.flink.io.impl.gdl.GDLConsoleOutput
Prints the graph collection to the standard output.
print() - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
Prints this graph collection to the console.
print() - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
Prints the GDL formatted graph to the standard output.
print() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
Prints the GDL formatted graph to the standard output.
print() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
Prints the GDL formatted graph collection to the standard output.
PrintDeletion - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug
Debug output for Deletion.
PrintDeletion(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintDeletion
Constructor
PrintEdgeStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug
Debug output for EdgeStep.
PrintEdgeStep(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEdgeStep
Constructor
PrintEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.debug
Debug output for Embedding.
PrintEmbedding(EmbeddingMetaData) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.debug.PrintEmbedding
Constructor.
PrintEmbeddingWithTiePoint<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug
Debug output for EmbeddingWithTiePoint.
PrintEmbeddingWithTiePoint() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
Constructor
PrintEmbeddingWithTiePoint(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
Constructor
PrintEmbeddingWithTiePoint(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
Constructor
PrintEmbeddingWithTiePoint(int, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintEmbeddingWithTiePoint
Constructor
Printer<IN,K> - Class in org.gradoop.flink.model.impl.operators.matching.common.debug
Base class for printing debug output using vertex and edge mappings.
Printer() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Constructor
Printer(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Constructor Automatically determines the current iteration when instantiated in Flink iteration.
Printer(int, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Constructor Requires the manual definition of the current iteration.
PrintFatVertex - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug
Debug output for FatVertex.
PrintFatVertex(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintFatVertex
Constructor
PrintIdWithCandidates<K extends Comparable<K>> - Class in org.gradoop.flink.model.impl.operators.matching.common.debug
Debug output for PrintIdWithCandidates.
PrintIdWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
Constructor
PrintIdWithCandidates(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
Constructor
PrintIdWithCandidates(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintIdWithCandidates
Constructor
printIdWithCandidates(DataSet<IdWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Prints IdWithCandidates to debug log.
printIdWithCandidates(DataSet<IdWithCandidates<GradoopId>>) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Prints IdWithCandidates to debug log.
PrintMessage - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug
Debug output for Message.
PrintMessage(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintMessage
Constructor
printTriplesWithCandidates(DataSet<TripleWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
Prints TripleWithCandidates to debug log.
printTriplesWithCandidates(DataSet<TripleWithCandidates<GradoopId>>) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Prints TripleWithCandidates to debug log.
PrintTripleWithCandidates<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.debug
Debug output for TripleWithCandidates.
PrintTripleWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
Constructor
PrintTripleWithCandidates(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
Creates a new printer.
PrintTripleWithCandidates(int, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.debug.PrintTripleWithCandidates
Constructor
PrintTripleWithDirection - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug
Debug output for TripleWithDirection.
PrintTripleWithDirection(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.debug.PrintTripleWithDirection
Constructor
PrintVertexStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug
Debug output for VertexStep.
PrintVertexStep(boolean, String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.debug.PrintVertexStep
Constructor
project(List<Integer>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Projects the stored Properties.
Project2To0<T0,T1> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1) => (f0)
Project2To0() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Project2To0
 
Project2To1<T0,T1> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1) => (f1)
Project2To1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Project2To1
 
Project3To0<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2) => (f0)
Project3To0() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Project3To0
 
Project3To0And1<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2) => (f0,f1)
Project3To0And1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Project3To0And1
 
Project4To0And1<T0,T1,T2,T3> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2,f3) => (f0,f1)
Project4To0And1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Project4To0And1
 
Project4To0And2AndSwitch<T0,T1,T2,T3> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
(f0,f1,f2,f3) => (f2,f0)
Project4To0And2AndSwitch() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.Project4To0And2AndSwitch
 
Project4To0And3AndSwitch<T0,T1,T2,T3> - Class in org.gradoop.flink.model.impl.operators.matching.transactional.function
(f0,f1,f2) => (f2,f0)
Project4To0And3AndSwitch() - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.function.Project4To0And3AndSwitch
 
Project4To1And2And3<T0,T1,T2,T3> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2,f3) => (f1,f2,f3)
Project4To1And2And3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Project4To1And2And3
 
ProjectEdge - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions
Projects an Edge by a set of properties.
ProjectEdge(List<String>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectEdge
Creates a new edge projection function
ProjectEdges - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project
Projects an Edge by a set of properties.
ProjectEdges(DataSet<EPGMEdge>, List<String>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
Creates a new edge projection operator
ProjectEdges(DataSet<EPGMEdge>, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
Creates a new edge projection operator wih empty property list Evaluate will return Embedding(IDEntry)
ProjectEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions
Projects an Embedding by a set of properties.
ProjectEmbedding(List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectEmbedding
Creates a new embedding projection operator
ProjectEmbeddingElements - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions
Projects Embedding entry columns based on a column-to-column mapping
ProjectEmbeddingElements(Map<Integer, Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectEmbeddingElements
New embeddings filter function
ProjectEmbeddings - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project
Projects an Embedding by a set of properties.
ProjectEmbeddings(DataSet<Embedding>, List<Integer>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
Creates a new embedding projection operator
ProjectEmbeddingsElements - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project
Projects elements from the input Embedding into an output Embedding based on a given set of variables.
ProjectEmbeddingsElements(DataSet<Embedding>, Set<String>, EmbeddingMetaData, EmbeddingMetaData) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
New embeddings filter operator
ProjectEmbeddingsNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary
Unary node that wraps a ProjectEmbeddings operator.
ProjectEmbeddingsNode(PlanNode, List<Pair<String, String>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
Creates new node.
ProjectionNode - Interface in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Marker interface for nodes that project their input.
ProjectVertex - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions
Projects a Vertex by a set of properties.
ProjectVertex(List<String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.functions.ProjectVertex
Creates a new vertex projection function
ProjectVertices - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project
Projects a Vertex by a set of properties.
ProjectVertices(DataSet<EPGMVertex>, List<String>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
Creates a new vertex projection operator
ProjectVertices(DataSet<EPGMVertex>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
Creates a new vertex projection operator wih empty property list Evaluate will return Embedding(IDEntry)
PropagatePropertyToNeighbor - Class in org.gradoop.dataintegration.transformation
A property of a vertex is propagated to its neighbors and aggregated in a Property List.
PropagatePropertyToNeighbor(String, String, String) - Constructor for class org.gradoop.dataintegration.transformation.PropagatePropertyToNeighbor
The constructor for the propagate property transformation.
PropagatePropertyToNeighbor(String, String, String, Set<String>, Set<String>) - Constructor for class org.gradoop.dataintegration.transformation.PropagatePropertyToNeighbor
The constructor for the propagate property transformation.
propEquals(String, Object) - Static method in class org.gradoop.storage.accumulo.utils.AccumuloFilters
Property equals formula generator function
PropEquals<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.filter.impl
Predicate by property equality return element if and only if: - contains property key - property value equals to given value
PropEquals(String, Object) - Constructor for class org.gradoop.storage.common.predicate.filter.impl.PropEquals
property equals filter
propEquals(String, Object) - Static method in class org.gradoop.storage.hbase.utils.HBaseFilters
Static generator function for propEquals predicate to apply on a HBase store.
properties - Variable in class org.gradoop.common.model.impl.pojo.EPGMElement
Internal property storage
Properties - Class in org.gradoop.common.model.impl.properties
Represents the properties of an EPGMElement.
Properties() - Constructor for class org.gradoop.common.model.impl.properties.Properties
Default constructor
Properties<L extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Element with properties => properties
Properties() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Properties
 
PROPERTIES_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
PROPERTIES_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
PROPERTIES_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
PROPERTIES_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
PROPERTIES_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
PROPERTIES_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
PropertiesConverter(Consumer<Properties>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
Creates a group converter for Properties.
PropertiesToVertex<V extends Vertex> - Class in org.gradoop.dataintegration.importer.impl.csv.functions
Create an ImportVertex for each tuple of an id and properties.
PropertiesToVertex(VertexFactory<V>) - Constructor for class org.gradoop.dataintegration.importer.impl.csv.functions.PropertiesToVertex
Create a new CreateImportVertexCSV function
Property - Class in org.gradoop.common.model.impl.properties
A single property in the EPGM model.
Property() - Constructor for class org.gradoop.common.model.impl.properties.Property
Creates a new property.
property(String) - Static method in class org.gradoop.flink.model.impl.operators.keyedgrouping.GroupingKeys
Group by a property key.
PROPERTY - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
element property
PROPERTY_DELIMITER - Static variable in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Used to separate property meta data.
PROPERTY_KEY - Static variable in class org.gradoop.dataintegration.transformation.functions.MarkDuplicatesInGroup
The property key used to identify the original element, i.e.
PROPERTY_KEY - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
The property key used to store the diff result on each element.
PROPERTY_KEY_AVERAGE - Static variable in class org.gradoop.flink.model.impl.operators.statistics.AverageClusteringCoefficient
Property key to access the average clustering coefficient value stored the graph head
PROPERTY_KEY_AVERAGE_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Key for average degree property generated by AverageDegree
PROPERTY_KEY_AVERAGE_INCOMING_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Key for average incoming degree property generated by AverageIncomingDegree
PROPERTY_KEY_AVERAGE_OUTGOING_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Key for average outgoing degree property generated by AverageOutgoingDegree
PROPERTY_KEY_DENSITY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Key for density property generated by GraphDensity
PROPERTY_KEY_GLOBAL - Static variable in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
Property key to access the global clustering coefficient value stored the graph head
PROPERTY_KEY_LOCAL - Static variable in class org.gradoop.flink.algorithms.gelly.clusteringcoefficient.ClusteringCoefficientBase
Property key to access the local clustering coefficient value stored in the vertices
PROPERTY_KEY_MAX_DEGREE - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Key of a property generated by RandomNonUniformVertexSampling
PROPERTY_KEY_SAMPLED - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Property key used by multiple sampling algorithms
PROPERTY_KEY_SUM_DEGREES - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Key for the summed up degrees property generated by AverageDegree, AverageIncomingDegree and AverageOutgoingDegree
PROPERTY_KEY_TRIANGLES - Static variable in class org.gradoop.flink.algorithms.gelly.trianglecounting.GellyTriangleCounting
Property key to access the value for counted triangles in the graph head
PROPERTY_KEY_WCC_ID - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingEvaluationConstants
Key for weakly connected component id property generated by ConnectedComponentsDistribution
PROPERTY_TOKEN_DELIMITER - Static variable in class org.gradoop.common.model.impl.metadata.MetaData
Used to separate property tokens (property-key, property-type)
PROPERTY_TOKEN_DELIMITER - Static variable in class org.gradoop.common.model.impl.metadata.PropertyMetaData
Used to separate property tokens (property-key, property-type)
PropertyGetter<EL extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Extracts a list of PropertyValue instances from a given entity using a list of property keys.
PropertyGetter(List<String>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.PropertyGetter
Constructor
PropertyKeyFunction<T extends Attributed> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.keys
A grouping key function extracting a property value with a certain type.
PropertyKeyFunction(String) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.keys.PropertyKeyFunction
Create a new instance of this key function.
PropertyMetaData - Class in org.gradoop.common.model.impl.metadata
Stores the meta data for a property which is the property key and a property value parser.
PropertyMetaData(String, String, Function<String, Object>) - Constructor for class org.gradoop.common.model.impl.metadata.PropertyMetaData
Constructor.
PropertyRemover<E extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
Remove a property from an element.
PropertyRemover(String) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.PropertyRemover
Initialize.
PropertySelectorComparable - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables
Wraps a PropertySelector
PropertySelectorComparable(PropertySelector) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.comparables.PropertySelectorComparable
Creates a new wrapper
PropertySetter<EL extends EPGMElement,T> - Class in org.gradoop.flink.model.impl.functions.epgm
Sets a property value of an EPGM element.
PropertySetter(String) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.PropertySetter
Creates a new instance.
PropertyTransformation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.dataintegration.transformation.impl
Creates a graph with the same structure but a specified property of an element is transformed by the declared function.
PropertyTransformation(String, PropertyTransformationFunction, PropertyTransformationFunction, PropertyTransformationFunction, String, String, boolean) - Constructor for class org.gradoop.dataintegration.transformation.impl.PropertyTransformation
Valued constructor.
PropertyTransformation(String, PropertyTransformationFunction, PropertyTransformationFunction, PropertyTransformationFunction) - Constructor for class org.gradoop.dataintegration.transformation.impl.PropertyTransformation
Creates a new property transformation operator instance.
PropertyTransformationFunction - Interface in org.gradoop.dataintegration.transformation.api
Interface for all functions which are used for property transformation operations.
PropertyValue - Class in org.gradoop.common.model.impl.properties
Represents a single property value in the EPGM.
PropertyValue() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValue
Default constructor.
PropertyValueConverter(Consumer<PropertyValue>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertyValueConverter
Creates a converter for PropertyValue
PropertyValueList - Class in org.gradoop.common.model.impl.properties
Represents a list of property values.
PropertyValueList() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueList
Default constructor (used for (de-)serialization.
PropertyValueStrategy<T> - Interface in org.gradoop.common.model.api.strategies
Interface defining the methods necessary to handle the (de-) serialization of a PropertyValue's value.
PropertyValueStrategyFactory - Class in org.gradoop.common.model.impl.properties.strategies
Factory class responsible for instantiating strategy classes that manage every kind of access to the current PropertyValue value.
PropertyValueUtils - Class in org.gradoop.common.model.impl.properties
Utilities for operations on multiple property values.
PropertyValueUtils() - Constructor for class org.gradoop.common.model.impl.properties.PropertyValueUtils
 
PropertyValueUtils.Boolean - Class in org.gradoop.common.model.impl.properties
Boolean utilities.
PropertyValueUtils.BytesUtils - Class in org.gradoop.common.model.impl.properties
Byte utilities.
PropertyValueUtils.Date - Class in org.gradoop.common.model.impl.properties
Date and DateTime utilities.
PropertyValueUtils.Numeric - Class in org.gradoop.common.model.impl.properties
Numeric utilities.
propLargerThan(String, Object, boolean) - Static method in class org.gradoop.storage.accumulo.utils.AccumuloFilters
Property larger than formula generator function
PropLargerThan<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.filter.impl
Predicate by property value compare return element if and only if: - contains property key - property value type is comparable - property value is larger than min value
PropLargerThan(String, Object, boolean) - Constructor for class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
property larger than constructor
propLargerThan(String, Object, boolean) - Static method in class org.gradoop.storage.hbase.utils.HBaseFilters
Static generator function for propLargerThan predicate to apply on a HBase store.
ProportionalLabelComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Frequency-based label comparator where lower frequency is smaller.
ProportionalLabelComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.ProportionalLabelComparator
 
propReg(String, Pattern) - Static method in class org.gradoop.storage.accumulo.utils.AccumuloFilters
Property regex formula generator function
PropReg<FilterImpl extends ElementFilter> - Class in org.gradoop.storage.common.predicate.filter.impl
Predicate by property value regex return element if and only if: - contains property value - property value type is string - property value match given regex formula
PropReg(String, Pattern) - Constructor for class org.gradoop.storage.common.predicate.filter.impl.PropReg
Property regex filter constructor
propReg(String, Pattern) - Static method in class org.gradoop.storage.hbase.utils.HBaseFilters
Static generator function for propReg predicate to apply on a HBase store.
ProtobufBuilderKryoSerializer - Class in org.gradoop.flink.io.impl.parquet.protobuf.kryo
Kryo Serializer for Protobuf Message.Builder objects.
ProtobufBuilderKryoSerializer() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.kryo.ProtobufBuilderKryoSerializer
 
ProtobufMessageKryoSerializer - Class in org.gradoop.flink.io.impl.parquet.protobuf.kryo
Kryo Serializer for Protobuf Message objects.
ProtobufMessageKryoSerializer() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.kryo.ProtobufMessageKryoSerializer
 
ProtobufObjectToEdge - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Creates an EPGMEdge from a protobuf EPGMProto.Edge.Builder.
ProtobufObjectToEdge(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToEdge
Creates ProtobufObjectToEdge converter.
ProtobufObjectToElement<B extends com.google.protobuf.Message.Builder,E extends EPGMElement> - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Base class for converting an Element into a protobuf object.
ProtobufObjectToElement() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToElement
Constructor
ProtobufObjectToGraphHead - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Creates an EPGMGraphHead from a protobuf EPGMProto.GraphHead.Builder.
ProtobufObjectToGraphHead(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToGraphHead
Creates ProtobufObjectToGraphHead converter.
ProtobufObjectToTemporalEdge - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
Creates an TemporalEdge from a protobuf TPGMProto.TemporalEdge.Builder
ProtobufObjectToTemporalEdge(EdgeFactory<TemporalEdge>) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.ProtobufObjectToTemporalEdge
Creates ProtobufObjectToTemporalEdge converter
ProtobufObjectToTemporalGraphHead - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
Creates an TemporalGraphHead from a protobuf TPGMProto.TemporalGraphHead.Builder
ProtobufObjectToTemporalGraphHead(GraphHeadFactory<TemporalGraphHead>) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.ProtobufObjectToTemporalGraphHead
Creates ProtobufObjectToTemporalGraphHead converter
ProtobufObjectToTemporalVertex - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
Creates an TemporalVertex from a protobuf TPGMProto.TemporalVertex.Builder
ProtobufObjectToTemporalVertex(VertexFactory<TemporalVertex>) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.ProtobufObjectToTemporalVertex
Creates ProtobufObjectToTemporalVertex converter
ProtobufObjectToVertex - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Creates an EPGMVertex from a protobuf EPGMProto.Vertex.Builder.
ProtobufObjectToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.ProtobufObjectToVertex
Creates ProtobufObjectToVertex converter.
put(int[], int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Creates an entry for a pattern including an initial embedding or just adds an embedding.
put(int[], int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
Adds a pattern and existing embeddings.
putAllProperties(Map<String, ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
putAllProperties(Map<String, ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
putAllProperties(Map<String, ByteString>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
putAllProperties(Map<String, ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
putAllProperties(Map<String, ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
putAllProperties(Map<String, ByteString>) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
putByte(byte[], int, byte) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Write a single byte out to the specified byte array position.
putBytes(byte[], int, byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put bytes at the specified byte array position.
putDouble(byte[], int, double) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a double value out to the specified byte position.
putFloat(byte[], int, float) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a float value out to the specified byte position.
putInt(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put an int value out to the specified byte array position.
putLong(byte[], int, long) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a long value out to the specified byte array position.
putProperties(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
putProperties(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
putProperties(String, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
putProperties(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
putProperties(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
putProperties(String, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
putShort(byte[], int, short) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Put a short value out to the specified byte array position.

Q

query(String, PatternMatchingAlgorithm, boolean) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Matches a given pattern on a graph collection.
query(String) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Evaluates the given query using the Cypher query engine.
query(String, String) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Evaluates the given query using the Cypher query engine.
query(String, GraphStatistics) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Evaluates the given query using the Cypher query engine.
query(String, String, GraphStatistics) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Evaluates the given query using the Cypher query engine.
query(String, boolean, MatchStrategy, MatchStrategy, GraphStatistics) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Evaluates the given query using the Cypher query engine.
query(String, String, boolean, MatchStrategy, MatchStrategy, GraphStatistics) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Evaluates the given query using the Cypher query engine.
Query - Class in org.gradoop.storage.common.predicate.query
Common Store Query Builder
Query() - Constructor for class org.gradoop.storage.common.predicate.query.Query
 
QueryComparable - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
Wrapps a ComparableExpression
QueryComparable() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparable
 
QueryComparableFactory - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
Factory for @link{QueryComparable}s in order to support integration of newer GDL versions in gradoop-temporal
QueryComparableFactory() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryComparableFactory
 
QueryComparableTPGM - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates
Wraps a ComparableExpression, that may be temporal
QueryComparableTPGM() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
 
QueryContradictoryException - Exception in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.exceptions
Exception to indicate a contradictory query
QueryContradictoryException() - Constructor for exception org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.exceptions.QueryContradictoryException
 
QueryHandler - Class in org.gradoop.flink.model.impl.operators.matching.common.query
Wraps a GDLHandler and adds functionality needed for query processing during graph pattern matching.
QueryHandler(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Creates a new query handler.
QueryPlan - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
Represents an executable Cypher query plan.
QueryPlan(PlanNode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
Creates a new query plan
QueryPlanEstimator - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation
Estimates a given query plan by traversing its nodes and updating the state of specific estimator implementations (e.g.
QueryPlanEstimator(QueryPlan, QueryHandler, GraphStatistics) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.estimation.QueryPlanEstimator
Creates a new plan estimator.
QueryPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates
Wrapper class for a Predicate
QueryPredicate() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.QueryPredicate
 
QueryTransformation - Interface in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing
Common interface for all query transformations
QuickstartData - Class in org.gradoop.examples.quickstart.data
Class to provide the graph data for the QuickstartExample
QuickstartData() - Constructor for class org.gradoop.examples.quickstart.data.QuickstartData
 
QuickstartExample - Class in org.gradoop.examples.quickstart
A self contained quickstart example on how to use a composition of gradoop operators.
QuickstartExample() - Constructor for class org.gradoop.examples.quickstart.QuickstartExample
 
quoteCharacter(char) - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Set quoteCharacter.

R

RandomEdgeSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes an edge sampling of the graph (new graph head will be generated).
RandomEdgeSampling(float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomEdgeSampling
Creates new RandomEdgeSampling instance.
RandomEdgeSampling(float, long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomEdgeSampling
Creates new RandomEdgeSampling instance.
RandomFilter<E extends Element> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Creates a random value for each EPGM element and filters those that are below a given threshold.
RandomFilter(float, long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.RandomFilter
Creates a new filter instance.
RandomLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
LayoutingAlgorithm that positions all vertices randomly
RandomLayouter(int, int, int, int) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
Create a new RandomLayouter
RandomLimitedDegreeVertexSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes a vertex sampling of the graph (new graph head will be generated).
RandomLimitedDegreeVertexSampling(float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomLimitedDegreeVertexSampling
Creates new RandomLimitedDegreeVertexSampling instance.
RandomLimitedDegreeVertexSampling(float, long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomLimitedDegreeVertexSampling
Creates new RandomLimitedDegreeVertexSampling instance.
RandomLimitedDegreeVertexSampling(float, long, long, VertexDegree) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomLimitedDegreeVertexSampling
Creates new RandomLimitedDegreeVertexSampling instance.
RandomLimitedDegreeVertexSampling(float, long, VertexDegree) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomLimitedDegreeVertexSampling
Creates new RandomLimitedDegreeVertexSampling instance.
RandomNonUniformVertexSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes a vertex sampling of the graph (new graph head will be generated).
RandomNonUniformVertexSampling(float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomNonUniformVertexSampling
Creates new RandomNonUniformVertexSampling instance.
RandomNonUniformVertexSampling(float, long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomNonUniformVertexSampling
Creates new RandomNonUniformVertexSampling instance.
RandomVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Creates a random value for each vertex and marks those that are below a given threshold.
RandomVertex(float, long, String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.RandomVertex
Creates a new filter instance.
RandomVertexEdgeSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes an edge sampling of the graph (new graph head will be generated).
RandomVertexEdgeSampling(float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling
Creates new RandomVertexEdgeSampling instance.
RandomVertexEdgeSampling(float, float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling
Creates new RandomVertexEdgeSampling instance.
RandomVertexEdgeSampling(float, float, RandomVertexEdgeSampling.VertexEdgeSamplingType) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling
Creates new RandomVertexEdgeSampling instance.
RandomVertexEdgeSampling(float, float, long, RandomVertexEdgeSampling.VertexEdgeSamplingType) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling
Creates new RandomVertexEdgeSampling instance.
RandomVertexEdgeSampling.VertexEdgeSamplingType - Enum in org.gradoop.flink.model.impl.operators.sampling
The sampling type enum
RandomVertexNeighborhoodSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes a vertex sampling of the graph (new graph head will be generated).
RandomVertexNeighborhoodSampling(float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexNeighborhoodSampling
Creates new RandomVertexNeighborhoodSampling instance.
RandomVertexNeighborhoodSampling(float, long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexNeighborhoodSampling
Creates new RandomVertexNeighborhoodSampling instance.
RandomVertexNeighborhoodSampling(float, long, Neighborhood) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexNeighborhoodSampling
Creates new RandomVertexNeighborhoodSampling instance.
RandomVertexNeighborhoodSampling(float, Neighborhood) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexNeighborhoodSampling
Creates new RandomVertexSampling instance.
RandomVertexSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes a vertex sampling of the graph (new graph head will be generated).
RandomVertexSampling(float) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexSampling
Creates new RandomVertexSampling instance.
RandomVertexSampling(float, long) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomVertexSampling
Creates new RandomVertexSampling instance.
RandomWalkSampling<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Computes a random walk sampling of the graph (new graph head will be generated).
RandomWalkSampling(float, int) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomWalkSampling
Constructor to create an instance of RandomWalk sampling
RandomWalkSampling(float, int, float, int) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.RandomWalkSampling
Constructor to create an instance of RandomWalk sampling
reachedEnd() - Method in class org.gradoop.storage.accumulo.impl.io.inputformats.BaseInputFormat
 
read(DataInputView, byte) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Reads raw bytes from the given DataInputView and deserializes the contained object.
read(DataInputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.Properties
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.Property
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
read(DataInputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.BigDecimalStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.BooleanStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.DateStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.DateTimeStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.DoubleStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.FloatStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.GradoopIdStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.IntegerStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.ListStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.LongStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.MapStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
read(DataInputView, byte) - Method in class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
read(Kryo, Input, Class<Message.Builder>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.kryo.ProtobufBuilderKryoSerializer
 
read(Kryo, Input, Class<Message>) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.kryo.ProtobufMessageKryoSerializer
 
read(String, Configuration) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsHDFSReader
Reads statistics from files contains in the specified directory and creates a GraphStatistics object from them.
read(String) - Static method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsLocalFSReader
Reads statistics from files contains in the specified directory and creates a GraphStatistics object from them.
read(DataInputView) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
read(int) - Method in interface org.gradoop.storage.common.iterator.ClosableIterator
Read elements from closable iterator to list, both reading end or reading to max block size will return
readDistributed(String, GradoopFlinkConfig) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Reads the meta data from a specified file.
readDistributed(String, GradoopFlinkConfig) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSource
 
readEdge(GradoopId) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
readEdge(GradoopId) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads an edge data entity from the EPGMGraphOutput using the given edge identifier.
readEdge(Result) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Reads the edge data from the given Result.
readEdge(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
readEdge(GradoopId) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
readGraph(GradoopId) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
readGraph(GradoopId) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads a graph data entity from the EPGMGraphOutput using the given graph identifier.
readGraph(GradoopId) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
readGraphHead(Result) - Method in interface org.gradoop.storage.hbase.impl.api.GraphHeadHandler
Reads the graph data from the given result.
readGraphHead(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
 
readGraphIds(Result) - Method in interface org.gradoop.storage.hbase.impl.api.GraphElementHandler
Reads the graph identifiers from the given Result.
readGraphIds(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphElementHandler
 
readId(Result) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Creates an identifier from a given row Result.
readId(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
readLabel(Result) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Reads the label from the given row Result.
readLabel(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
readLine(SortedKeyValueIterator<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
Read read next element definition from accumulo store.
readLine(SortedKeyValueIterator<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopEdgeIterator
Read read next element definition from accumulo store.
readLine(SortedKeyValueIterator<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopGraphHeadIterator
Read read next element definition from accumulo store.
readLine(SortedKeyValueIterator<Key, Value>) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopVertexIterator
Read read next element definition from accumulo store.
readLocal(String, Configuration) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Reads the meta data from a specified csv file.
readLocal(String, Configuration) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSource
 
readProperties(Result) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Reads all properties from the given row Result.
readProperties(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
readRemainsAndClose() - Method in interface org.gradoop.storage.common.iterator.ClosableIterator
Read all remains element in closable iterator and close
readRow(Edge) - Method in class org.gradoop.storage.accumulo.impl.handler.AccumuloEdgeHandler
 
readRow(GraphHead) - Method in class org.gradoop.storage.accumulo.impl.handler.AccumuloGraphHandler
 
readRow(W) - Method in interface org.gradoop.storage.accumulo.impl.handler.AccumuloRowHandler
Read row from origin epgm definition
readRow(Vertex) - Method in class org.gradoop.storage.accumulo.impl.handler.AccumuloVertexHandler
 
readSourceId(Result) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Reads the source vertex identifier from the given Result.
readSourceId(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
readTargetId(Result) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Reads the target vertex identifier from the given Result.
readTargetId(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
readVertex(GradoopId) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
readVertex(GradoopId) - Method in interface org.gradoop.storage.common.api.EPGMGraphOutput
Reads a vertex data entity from the EPGMGraphOutput using the given vertex identifier.
readVertex(Result) - Method in interface org.gradoop.storage.hbase.impl.api.VertexHandler
Reads the vertex data from the given Result.
readVertex(Result) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
 
readVertex(GradoopId) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
record - Variable in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
the current record to be read
reduce(Iterable<E>, Collector<E>) - Method in class org.gradoop.dataintegration.transformation.functions.MarkDuplicatesInGroup
 
reduce(Iterable<Tuple2<PropertyValue, GradoopId>>, Collector<Tuple2<EPGMVertex, List<GradoopId>>>) - Method in class org.gradoop.dataintegration.transformation.impl.functions.CreateNewVertexWithEqualityCondense
 
reduce(Iterable<Tuple2<GradoopId, GradoopId>>, Collector<Tuple2<GradoopId, GradoopIdSet>>) - Method in class org.gradoop.flink.algorithms.btgs.functions.CollectGradoopIds
 
reduce(Iterable<WithCount<int[]>>, Collector<WithCount<int[]>>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.AggregateMultipleFunctions
 
reduce(Iterable<WithCount<String>>, Collector<String[]>) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.CreateDictionary
 
reduce(Iterable<WithCount<String>>, Collector<Map<String, Integer>>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.common.functions.SortedDictionary
 
reduce(Iterable<CCSSubgraph>, Collector<CCSSubgraph>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryFrequentAndInteresting
 
reduce(Iterable<WithCount<String>>, Collector<Map<String, Long>>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.CategoryGraphCounts
 
reduce(Iterable<SE>, Collector<SE>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.MergeEmbeddings
 
reduce(Tuple3<String, String, Set<String>>, Tuple3<String, String, Set<String>>) - Method in class org.gradoop.flink.io.api.metadata.functions.ReducePropertyMetaData
 
reduce(Iterable<GraphTransaction>, Collector<String>) - Method in class org.gradoop.flink.io.impl.gdl.functions.GraphTransactionsToGDL
 
reduce(Iterable<Tuple2<Integer, String>>, Collector<Map<Integer, String>>) - Method in class org.gradoop.flink.io.impl.tlf.functions.Dictionary
Reduces the Tuple2 iterable into one map.
reduce(Iterable<String>, Collector<Map<String, Integer>>) - Method in class org.gradoop.flink.io.impl.tlf.functions.TLFDictionaryMapGroupReducer
 
reduce(ReducibleBinaryBaseGraphToBaseGraphOperator<GC, LG>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Transforms a graph collection into a graph by applying a ReducibleBinaryBaseGraphToBaseGraphOperator pairwise on the elements of the collection.
reduce(Boolean, Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.And
 
reduce(DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.And
Performs a logical conjunction on a data set of boolean values.
reduce(Boolean, Boolean) - Method in class org.gradoop.flink.model.impl.functions.bool.Or
 
reduce(DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Or
Performs a logical disjunction on a data set of boolean values.
reduce(Iterable<Tuple2<GradoopId, EL>>, Collector<Tuple2<GradoopId, Set<EL>>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphElementSet
 
reduce(Iterable<Tuple3<GradoopId, Set<EPGMVertex>, Set<EPGMEdge>>>, Collector<Tuple3<GradoopId, Set<EPGMVertex>, Set<EPGMEdge>>>) - Method in class org.gradoop.flink.model.impl.functions.epgm.GraphVerticesEdges
Merges sets created by the combiners.
reduce(GradoopIdSet, GradoopIdSet) - Method in class org.gradoop.flink.model.impl.functions.epgm.IdSetCombiner
 
reduce(Iterable<GE>, Collector<GE>) - Method in class org.gradoop.flink.model.impl.functions.epgm.MergedGraphIds
 
reduce(Iterable<GradoopId>, Collector<GradoopIdSet>) - Method in class org.gradoop.flink.model.impl.functions.epgm.ToGradoopIdSet
 
reduce(Iterable<T>, Collector<T>) - Method in class org.gradoop.flink.model.impl.functions.utils.First
 
reduce(Iterable<Map<String, PropertyValue>>, Collector<Map<String, PropertyValue>>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.CombinePartitionAggregates
 
reduce(Iterable<Tuple2<GradoopId, Map<String, PropertyValue>>>, Collector<Tuple2<GradoopId, Map<String, PropertyValue>>>) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.CombinePartitionApplyAggregates
 
reduce(Iterable<Tuple2<O, Long>>, Collector<O>) - Method in class org.gradoop.flink.model.impl.operators.difference.functions.RemoveCut
 
reduce(Iterable<Tuple2<String, G>>, Collector<G>) - Method in class org.gradoop.flink.model.impl.operators.distinction.functions.CountGraphHeads
 
reduce(Iterable<Tuple2<String, G>>, Collector<G>) - Method in class org.gradoop.flink.model.impl.operators.distinction.functions.FirstGraphHead
 
reduce(Iterable<EPGMEdge>, Collector<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.operators.fusion.AddNewIdToDuplicatedEdge
 
reduce(Iterable<EdgeGroupItem>, Collector<E>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.ReduceEdgeGroupItems
Reduces edge group items to a single edge group item, creates a new super edge and collects it.
reduce(Iterable<VertexGroupItem>, Collector<VertexGroupItem>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.ReduceVertexGroupItems
 
reduce(Iterable<VertexGroupItem>, Collector<Tuple2<VertexGroupItem, IdWithIdSet>>) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.TransposeVertexGroupItems
 
reduce(Iterable<O>, Collector<O>) - Method in class org.gradoop.flink.model.impl.operators.intersection.functions.GroupCountEquals
 
reduce(Iterable<T>, Collector<T>) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.ReduceEdgeTuples
 
reduce(Iterable<T>, Collector<T>) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.ReduceVertexTuples
 
reduce(Tuple3<Integer, Point, Long>, Tuple3<Integer, Point, Long>) - Method in class org.gradoop.flink.model.impl.operators.kmeans.functions.CentroidAccumulator
Tuples contain the centroidId, the assigned point and the counter of the centroid.
reduce(Iterable<Tuple2<LVertex, LVertex>>, Collector<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.SuperVertexGenerator
Combine vertices
reduce(Iterable<FatVertex>, Collector<FatVertex>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.GroupedFatVertices
 
reduce(Iterable<Message>, Collector<Message>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.GroupedMessages
 
reduce(Iterable<Tuple2<T, GradoopId>>, Collector<Tuple2<T, GradoopIdSet>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.function.MergeSecondField
 
reduce(Iterable<Tuple2<E, V>>, Collector<V>) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborEdgeReduceFunction
 
reduce(Iterable<Tuple2<V, V>>, Collector<V>) - Method in class org.gradoop.flink.model.impl.operators.neighborhood.functions.NeighborVertexReduceFunction
 
reduce(Iterable<Tuple2<GradoopId, GradoopId>>, Collector<Tuple2<GradoopId, GradoopIdSet>>) - Method in class org.gradoop.flink.model.impl.operators.split.functions.MultipleGraphIdsGroupReducer
 
reduce(Iterable<Tuple2<K, Set<PropertyValue>>>, Collector<WithCount<K>>) - Method in class org.gradoop.flink.model.impl.operators.statistics.functions.CombinePropertyValueDistribution
 
reduce(Iterable<VertexString>, Collector<GraphHeadString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.AdjacencyMatrix
 
reduce(Iterable<GraphHeadString>, Collector<String>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.ConcatGraphHeadStrings
 
reduce(Iterable<EdgeString>, Collector<VertexString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.IncomingAdjacencyList
 
reduce(Iterable<EdgeString>, Collector<EdgeString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.MultiEdgeStringCombiner
 
reduce(Iterable<EdgeString>, Collector<VertexString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.OutgoingAdjacencyList
 
reduce(Iterable<EdgeString>, Collector<VertexString>) - Method in class org.gradoop.flink.model.impl.operators.tostring.functions.UndirectedAdjacencyList
 
reduce(Iterable<T>, Collector<TemporalElementStats>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.functions.ElementsToStats
 
reduce(Iterable<Tuple3<GradoopId, Long, Long>>, Collector<Tuple2<GradoopId, TreeMap<Long, Integer>>>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.BuildTemporalDegreeTree
 
reduce(Tuple4<GradoopId, TreeMap<Long, Integer>, Long, Long>, Tuple4<GradoopId, TreeMap<Long, Integer>, Long, Long>) - Method in class org.gradoop.temporal.model.impl.operators.metric.functions.BuildTemporalDegreeTree
 
ReduceCombination<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.combination
Computes the combined graph from a collection of base graphs.
ReduceCombination() - Constructor for class org.gradoop.flink.model.impl.operators.combination.ReduceCombination
 
ReduceEdgeGroupItems<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Creates a new super edge representing an edge group.
ReduceEdgeGroupItems(boolean, EdgeFactory<E>) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.ReduceEdgeGroupItems
Creates group reducer
ReduceEdgeNeighborhood<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.neighborhood
Reduce edge neighborhood operator.
ReduceEdgeNeighborhood(EdgeAggregateFunction, Neighborhood.EdgeDirection) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.ReduceEdgeNeighborhood
Valued constructor.
ReduceEdgeTuples<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Reduce edge tuples, calculating aggregate values.
ReduceEdgeTuples(int, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.ReduceEdgeTuples
Initialize this reduce function.
ReduceExclusion<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.exclusion
Computes the exclusion graph from a collection of logical graphs.
ReduceExclusion(GradoopId) - Constructor for class org.gradoop.flink.model.impl.operators.exclusion.ReduceExclusion
Creates an operator instance which can be applied on a graph collection.
reduceOnEdges(EdgeAggregateFunction, Neighborhood.EdgeDirection) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Sets the aggregation result of the given function as property for each vertex.
reduceOnNeighbors(VertexAggregateFunction, Neighborhood.EdgeDirection) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Sets the aggregation result of the given function as property for each vertex.
ReduceOverlap<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.overlap
Computes the overlap graph from a collection of base graphs.
ReduceOverlap() - Constructor for class org.gradoop.flink.model.impl.operators.overlap.ReduceOverlap
 
ReducePropertyMetaData - Class in org.gradoop.flink.io.api.metadata.functions
Reduces all property meta data to a single element per label.
ReducePropertyMetaData() - Constructor for class org.gradoop.flink.io.api.metadata.functions.ReducePropertyMetaData
 
ReduceVertexGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Reduces a group of VertexGroupItem instances.
ReduceVertexGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.ReduceVertexGroupItems
Creates group reduce function.
ReduceVertexNeighborhood<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.neighborhood
Reduce vertex neighborhood operator.
ReduceVertexNeighborhood(VertexAggregateFunction, Neighborhood.EdgeDirection) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.ReduceVertexNeighborhood
Valued constructor.
ReduceVertexTuples<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Reduce vertex tuples, assigning a super vertex ID and calculating aggregate values.
ReduceVertexTuples(int, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.ReduceVertexTuples
Initialize this reduce function.
ReducibleBinaryBaseGraphToBaseGraphOperator<GC extends BaseGraphCollection,LG extends BaseGraph> - Interface in org.gradoop.flink.model.api.operators
A marker interface for instances of BinaryBaseGraphToBaseGraphOperator that support the reduction of a collection to a single base graph.
RegionSplitter - Class in org.gradoop.storage.hbase.utils
Singleton helper class providing functions for pre-splitting of hbase regions.
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto
 
registerConverter(String, Converter) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
Registers the converter for all fields with the given name.
remove(String) - Method in class org.gradoop.common.model.impl.properties.Properties
Removes the property of the given key from the list.
remove(Property) - Method in class org.gradoop.common.model.impl.properties.Properties
Removes the given property from the list.
removeCoveredBy(PlanTableEntry) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
Removes all entries from the table whose query plans are covered by the query plan wrapped by the specified entry.
RemoveCut<O> - Class in org.gradoop.flink.model.impl.operators.difference.functions
If a group only contains one element, return it.
RemoveCut() - Constructor for class org.gradoop.flink.model.impl.operators.difference.functions.RemoveCut
 
RemoveDanglingGraphIds<E extends GraphElement> - Class in org.gradoop.flink.model.impl.operators.verify.functions
Remove graph ids not contained in the graph id set.
RemoveDanglingGraphIds() - Constructor for class org.gradoop.flink.model.impl.operators.verify.functions.RemoveDanglingGraphIds
 
removeOrSplitCentroids(Centroid, Collector<Centroid>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
Remove centroids that are to specific and split split centroids that are to general
removeProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
map<string, bytes> properties = 3;
removeProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
map<string, bytes> properties = 3;
removeProperties(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
map<string, bytes> properties = 3;
RemoveProperties<T extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
A serializable function that is applied on an element (i.e.
RemoveProperties(String...) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.RemoveProperties
Constructs RemoveProperties instance.
removeProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
map<string, bytes> properties = 3;
removeProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
map<string, bytes> properties = 3;
removeProperties(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
map<string, bytes> properties = 3;
removeProperty(String) - Method in interface org.gradoop.common.model.api.entities.Attributed
Removes the properties associated with the given key.
removeProperty(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
removeSubCNF(String) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Filters all disjunctions that could be evaluated with the given variable and removes them from the CNF.
removeSubCNF(Set<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.CNF
Filters all disjunctions that could be evaluated with the given set of variables and removes them from the CNF.
RenameLabel<T extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
A serializable function that is applied on an element (i.e.
RenameLabel(String, String) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.RenameLabel
Constructor
RenamePropertyKeys<T extends Element> - Class in org.gradoop.flink.model.impl.functions.epgm
A serializable function that is applied on an element (i.e.
RenamePropertyKeys(Map<String, String>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.RenamePropertyKeys
Constructor
reorderCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimation
Reorders the clauses of the CNF: the most selective clauses are moved to the beginning of the CNF (exception: label constraint is always the first constraint).
ReplaceTargetWithLongIdJoin - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Replaces the target GradoopId with the unique long id this target vertex is mapped to.
ReplaceTargetWithLongIdJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.ReplaceTargetWithLongIdJoin
Creates an instance of ReplaceTargetWithLongIdJoin.
ReportEdgeLabels - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
graph -> (edgeLabel,1L),..
ReportEdgeLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.ReportEdgeLabels
 
ReportSupportedPatterns - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
(graph, pattern->embeddings) => (pattern, 1),..
ReportSupportedPatterns() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.ReportSupportedPatterns
 
ReportVertexLabels - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing
graph -> (vertexLabel,1L),..
ReportVertexLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.preprocessing.ReportVertexLabels
 
RepresentationConverters - Class in org.gradoop.flink.representation.transactional
Util to convert among different graph representations.
RepresentationConverters() - Constructor for class org.gradoop.flink.representation.transactional.RepresentationConverters
 
repulsionForces(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
 
repulsionForces(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Calculates the repulsive forces between the given vertices.
repulsionForces(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
 
ReservoirSampler<T> - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo
Implements Reservoir Sampling.
ReservoirSampler(int) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Creates a new reservoir sampler
ReservoirSampler() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Creates a new reservoir sample with default sample size
reset() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Reset this vector to 0
resetAggregateValues() - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Resets the current aggregate values
resetAndGetBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
Returns a reset builder.
resetGraphIds() - Method in interface org.gradoop.common.model.api.entities.GraphElement
Resets all graph elements.
resetGraphIds() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
resetGraphIds() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
 
retainVerticesWithoutGroup() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Set Grouping.retainVerticesWithoutGroup to true, vertices that are not member of any labelGroup are retained as they are to supervertices, including their edges.
reuseEmbedding - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.functions.MergeEmbeddings
Reduce object instantiations.
reuseMetadata() - Method in class org.gradoop.flink.io.impl.csv.CSVDataSink
Returns true, if the meta data shall be reused.
reverse() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Reverses the order of the entries stored in the embedding.
ReverseEdgeEmbedding - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.functions
Reverses an EdgeEmbedding, as it switches source and target This is used for traversing incoming edges
ReverseEdgeEmbedding() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.functions.ReverseEdgeEmbedding
 
rf - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidRepulsionForceMapper
The function to use for the calculation of the repulsion-force
RightSide<L,R> - Class in org.gradoop.flink.model.impl.functions.utils
left, right => right
RightSide() - Constructor for class org.gradoop.flink.model.impl.functions.utils.RightSide
 
RightSideWithLeftGraphs<L extends GraphElement,R extends GraphElement> - Class in org.gradoop.flink.model.impl.functions.utils
left, right => right (retain graphIds contained in left)
RightSideWithLeftGraphs() - Constructor for class org.gradoop.flink.model.impl.functions.utils.RightSideWithLeftGraphs
 
RightSideWithLeftGraphs2To1<R extends GraphElement> - Class in org.gradoop.flink.model.impl.operators.subgraph.functions
left, right => right (retain graphIds contained in left)
RightSideWithLeftGraphs2To1() - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.functions.RightSideWithLeftGraphs2To1
 
RollUp - Class in org.gradoop.flink.model.impl.operators.rollup
The rollUp operator generates all combinations of the supplied vertex or edge grouping keys according to the definition of the rollUp operation in SQL and uses them together with all opposed grouping keys for separate grouping operations.
RootedTraverser - Interface in org.gradoop.flink.model.impl.operators.matching.common.query
A Traverser that can start at a specified query vertex.
rootOutputPath - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
The root output directory.
rotate(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Rotate this vector anti-clockwise by the given angle (in degrees)
ROW_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Used to separate lines in the output CSV files.
RowKeyDistributor - Class in org.gradoop.storage.hbase.utils
Singleton helper class providing functions to salt HBase row keys with a prefix.

S

sample(SamplingAlgorithm<G, V, E, LG, GC>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Creates a new graph from a chosen subset of nodes and their associated edges, depending on the given sampling algorithm.
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.PageRankSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomEdgeSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomLimitedDegreeVertexSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomNonUniformVertexSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomVertexNeighborhoodSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomVertexSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.RandomWalkSampling
 
sample(LG) - Method in class org.gradoop.flink.model.impl.operators.sampling.SamplingAlgorithm
Each sampling method should prepare a sample method
SamplingAlgorithm<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.sampling
Abstract class to provide methods for sampling algorithms.
SamplingAlgorithm() - Constructor for class org.gradoop.flink.model.impl.operators.sampling.SamplingAlgorithm
 
SamplingConstants - Class in org.gradoop.flink.model.impl.operators.sampling.common
Constants for all sampling algorithms.
SamplingEvaluationConstants - Class in org.gradoop.flink.model.impl.operators.sampling.common
Collected constants for sampling evaluation
SamplingFRLayouter - Class in org.gradoop.flink.model.impl.operators.layouting
FRLayouter that only considers a random sample of vertices for one side of the repulsion-calculation.
SamplingFRLayouter(int, int, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
Create new Instance of FRLayouter.
samplingRate - Variable in class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
probability to choose a given vertex for repulsion calculations.
scalar(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Calculate the scalar-product of this vector
SCALED_PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Key of the scaled_PageRankScore property used by PageRankResultVertexFilter and AddPageRankScoresToVertexCrossFunction
scaleLayout(DataSet<EPGMVertex>) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Scale the coordinates of the graph so that the layout-space matches the requested drawing-size
SchemaGraphExample - Class in org.gradoop.examples.grouping
A self contained example on how to use the grouping operator on Gradoop's LogicalGraph class.
SchemaGraphExample() - Constructor for class org.gradoop.examples.grouping.SchemaGraphExample
 
SearchGraphUtils - Interface in org.gradoop.flink.algorithms.fsm.dimspan.model
Util methods to interpret and manipulate int-array encoded graphs
SearchGraphUtilsBase - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
Util methods to interpret and manipulate int-array encoded graphs
SearchGraphUtilsBase() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.SearchGraphUtilsBase
 
SECOND_EDGE_LABEL - Static variable in class org.gradoop.dataintegration.transformation.functions.EdgesFromLocalTransitiveClosure
The property key used to store the second label of the combined edges on the new edge.
secondCollection - Variable in class org.gradoop.flink.model.impl.operators.base.BinaryCollectionToCollectionOperatorBase
Second input collection.
seek(Range, Collection<ByteSequence>, boolean) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
 
select(FilterFunction<G>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Filter containing graphs based on their associated graph head.
Selection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.selection
Filter base graphs from a graph collection based on their associated graph head.
Selection(FilterFunction<G>) - Constructor for class org.gradoop.flink.model.impl.operators.selection.Selection
Creates a new Selection operator.
SelectionBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.selection
Superclass of selection and distinct operators.
SelectionBase() - Constructor for class org.gradoop.flink.model.impl.operators.selection.SelectionBase
 
SelectNearestCenter - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
Assigns the nearest centroid to a point.
SelectNearestCenter() - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.SelectNearestCenter
 
selectVerticesAndEdges(GC, DataSet<G>) - Method in class org.gradoop.flink.model.impl.operators.selection.SelectionBase
Selects vertices and edges for a selected subset of graph heads / graph ids.
sendMessages(Vertex<GradoopId, GradoopId>) - Method in class org.gradoop.flink.algorithms.btgs.functions.BtgMessenger
 
sendMessages(Vertex<GradoopId, PropertyValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPMessageFunction
 
serializeDate(LocalDate) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Serializes a LocalDate value.
serializeDateTime(LocalDateTime) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Serializes a LocalDateTime value.
serializeGradoopId(GradoopId) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
Converts a gradoop id into a protobuf byte array (ByteString).
serializeGradoopIds(GradoopIdSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
Converts a gradoop id set into a list of binary gradoop ids (ByteString).
serializeProperties(E) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.functions.ElementToProtobufObject
Converts the properties of an element into a map of strings and binary property values (ByteString).
serializeTime(LocalTime) - Static method in class org.gradoop.common.model.impl.properties.DateTimeSerializer
Serializes a LocalTime value.
set(byte[]) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Set byte array with offset 0 and length of the byte array.
set(byte[], int, int) - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Set byte array, offset and length.
set(Property) - Method in class org.gradoop.common.model.impl.properties.Properties
Sets the given property.
set(String, PropertyValue) - Method in class org.gradoop.common.model.impl.properties.Properties
Sets the given property.
set(String, Object) - Method in class org.gradoop.common.model.impl.properties.Properties
Sets the given property.
set(GradoopId, Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Set id and value at once.
set(double, double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Set x and y at once
set(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Copy the values of the other vector into this one
set(String, Object) - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
property setter
setAggregateFunctions(List<AggregateFunction>) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Sets the aggregate functions
SetAggregateProperties<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Sets aggregate values of graph heads.
SetAggregateProperties(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperties
Creates a new instance of a SetAggregateProperties coGroup function.
SetAggregateProperty<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.aggregation.functions
Sets aggregate values of a graph head.
SetAggregateProperty(Set<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
Creates a new instance of a SetAggregateProperty rich map function.
setAggregatePropertyKey(String) - Method in class org.gradoop.flink.model.impl.operators.aggregation.functions.BaseAggregateFunction
Sets the property key used to store the aggregate value.
setAggregateValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
setAggregateValues(PropertyValueList) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Sets the aggregate values of the group item.
setAggregateValues(List<PropertyValue>) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Sets the aggregate values
setAggregateValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Sets the aggregate values
setAggregateValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setArgs(ArrayList<QueryComparable>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
setAsValidTime(TimeDimension.Field) - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
Valid time field to write the aggregation result to.
setAttachData(boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Set if the original vertex and edge data shall be attached to the result.
setAutoFlush(boolean) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
setAutoFlush(boolean) - Method in interface org.gradoop.storage.common.api.EPGMGraphInput
Setting this value to true, forces the store implementation to flush the write buffers after every write.
setAutoFlush(boolean) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
setBigDecimal(BigDecimal) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as BigDecimal value.
setBins(Long[]) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.Binning
 
setBoolean(boolean) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as boolean value.
setBranchConstraintEnabled(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
SetBtgId<E extends GraphElement> - Class in org.gradoop.flink.algorithms.btgs.functions
Associates an edge with an business transaction graph.
SetBtgId() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.SetBtgId
 
SetBtgIds<V extends Vertex> - Class in org.gradoop.flink.algorithms.btgs.functions
Associates a (master) vertex with business transaction graphs.
SetBtgIds() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.SetBtgIds
 
setBucketCount(byte) - Method in class org.gradoop.storage.hbase.utils.RowKeyDistributor
Set the bucket count manually.
setBytes(byte[]) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Set internal byte representation.
setCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
 
setCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
setCandidates(List<Long>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
setCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
setCanonicalLabel(String) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
Sets the canonical label of a subgraph.
setCanonicalLabel(String) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Setter.
setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
 
setCanonicalLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
setCategory(String) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Categorizable
Setter.
setCategory(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
 
setCategory(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
setCategory(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
setCellid(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Sets cellid
setCells(Collection<AdjacencyListCell<ED, VD>>) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
 
setCharset(String) - Method in class org.gradoop.dataintegration.importer.impl.csv.MinimalCSVImporter
Set charset of CSV file.
setCharsetName(String) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.IndexedCSVFileFormat
Sets the charset with which the CSV strings are written to the file.
setCondensation(boolean) - Method in class org.gradoop.dataintegration.transformation.impl.ExtractPropertyFromVertex
This method sets whether property value based condensation should be executed or not.
setCount(long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
 
setCount(long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
setCount(long) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
 
setCount(long) - Method in interface org.gradoop.flink.model.api.tuples.Countable
Setter.
setCount(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Sets count
setCount(long) - Method in class org.gradoop.flink.model.impl.tuples.WithCount
 
setDate(LocalDate) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as LocalDate value.
setDateTime(LocalDateTime) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as LocalDateTime value.
setDeletion(Long) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
setDeletions(List<Long>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
setDictionaryType(DictionaryType) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setDirected(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setDirection(String, ExpandDirection) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Inserts or updates the direction for the specified path variable.
setDouble(double) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as double value.
setEdgeCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
setEdgeCandidates(Map<IdPair, boolean[]>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
setEdgeCandidates(List<TripleWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
 
setEdgeData(ED) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
 
setEdgeId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
setEdgeId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
setEdgeId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
setEdgeId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
 
setEdgeId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
setEdgeLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
setEdgeMapping(K[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
 
setEdges(Set<EPGMEdge>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
 
setEdges(DataSet<LEdge>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Sets edges
setEdgeStepJoinStrategy(JoinOperatorBase.JoinHint) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Sets the join strategy for joining edges during traversal.
setEmbedding(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
setEmbedding(Embedding) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.Subgraph
Sets the sample embedding.
setEmbedding(Embedding) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
 
setEmbedding(Embedding<K>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
 
setEmbeddingCompressionEnabled(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setEmbeddings(List<Embedding>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
setEmbeddings(List<Embedding>) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Setter.
setEmbeddings(List<Embedding>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
setEndSpeed(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Sets endSpeed (overrides default)
setEntryColumn(String, EmbeddingMetaData.EntryType, int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Inserts or updates a column mapping entry
setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
setFileCreationMode(JobContext, ParquetFileWriter.Mode) - Static method in class org.gradoop.flink.io.impl.parquet.common.ParquetOutputFormatWithMode
Sets the file creation mode of a JobContext.
setFloat(float) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as float value.
setForce(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Set the last force that was applied to this vertex
setGradoopFlinkConfig(GradoopFlinkConfig) - Method in interface org.gradoop.flink.model.api.layouts.BaseLayoutFactory
Sets the config.
setGradoopFlinkConfig(GradoopFlinkConfig) - Method in class org.gradoop.flink.model.impl.layouts.common.BaseFactory
 
setGradoopId(GradoopId) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as GradoopId value.
setGradoopIds(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
Sets the gradoop ids of the graphs which contain this edge.
setGradoopIds(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
Sets the gradoop ids of the graphs which contain this vertex.
setGradoopIds(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
Sets the gradoop ids of the graphs which contain this edge.
setGradoopIds(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
Sets the gradoop ids of the graphs which contain this vertex.
setGraph(int[]) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
 
setGraphCollectionLayoutFactory(GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.util.GradoopFlinkConfig
Sets the layout factory for building layouts that represent a GraphCollection.
setGraphCompressionEnabled(boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setGraphHead(EPGMGraphHead) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
 
setGraphHead(EPGMGraphHead) - Method in class org.gradoop.flink.representation.transactional.AdjacencyList
 
setGraphId(GradoopId) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
setGraphId(GradoopId) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Setter.
setGraphId(GradoopId) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
setGraphId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
 
setGraphIds(GradoopIdSet) - Method in interface org.gradoop.common.model.api.entities.GraphElement
Adds the given graph set to the element.
setGraphIds(GradoopIdSet) - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
setGraphIds(int, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
repeated bytes graphIds = 4;
setGraphIds(int, ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
repeated bytes graphIds = 4;
setGraphIds(int, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
repeated bytes graphIds = 4;
setGraphIds(int, ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
repeated bytes graphIds = 4;
setGraphIds(GradoopIdSet) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
 
setGroupingLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Sets the grouping label
setGroupingStrategy(GroupingStrategy) - Method in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Set the grouping strategy that will be used for each grouping.
setGroupingValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
setGroupingValues(PropertyValueList) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Sets the grouping values of the group item.
setGroupingValues(PropertyValueList) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setGroupItem(GroupItem, Element, LabelGroup) - Method in class org.gradoop.flink.model.impl.operators.grouping.functions.BuildGroupItemBase
Sets the basic values for either a vertex or an edge group item.
setGroupLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
setGroupLabel(String) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Sets the label of the group of the group item.
setGroupLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Sets the group label
setGroupLabel(String) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setHdfsConfig(Configuration) - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
Sets a hdfs config used for reading metadata.
setId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Identifiable
Sets the identifier of that entity.
setId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
setId(String) - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
Sets an Id for the elements
setId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
setId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
setId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
setId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
 
setId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes id = 1;
setId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required bytes id = 1;
setId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required bytes id = 1;
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Sets id
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Sets id
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Sets id
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Sets id
setId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.IdWithCandidates
 
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Set edge id
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
 
setId(GradoopId) - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
 
setId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
setId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
setId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
setId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes id = 1;
setId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required bytes id = 1;
setId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required bytes id = 1;
setIdData(byte[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
setIdListData(byte[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
setIdSet(GradoopIdSet) - Method in class org.gradoop.flink.model.impl.tuples.IdWithIdSet
 
setIncludeVertexTime(boolean) - Method in class org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegree
Configure the operator to consider or not the vertex time by calculating the degree evolution.
setIncomingCandidateCounts(int[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
setInt(int) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as int value.
setInteresting(boolean) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraph
 
setKey(String) - Method in class org.gradoop.common.model.impl.properties.Property
Sets the property key.
setLabel(String) - Method in interface org.gradoop.common.model.api.entities.Labeled
Sets the label of that entity.
setLabel(String) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setLabel(String) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CategoryCountableLabel
 
setLabel(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
setLabel(String) - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
Sets a new label for the element.
setLabel(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
setLabel(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
setLabel(String) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
setLabel(String) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
 
setLabel(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required string label = 2;
setLabel(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required string label = 2;
setLabel(String) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required string label = 2;
setLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.GraphHeadString
 
setLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
 
setLabel(String) - Method in class org.gradoop.flink.model.impl.tuples.IdWithLabel
 
setLabel(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
setLabel(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
setLabel(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
setLabel(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required string label = 2;
setLabel(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required string label = 2;
setLabel(String) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required string label = 2;
setLabel(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
sets the label
setLabelBytes(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required string label = 2;
setLabelBytes(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
required string label = 2;
setLabelBytes(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
required string label = 2;
setLabelBytes(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required string label = 2;
setLabelBytes(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required string label = 2;
setLabelBytes(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required string label = 2;
setLabelGroup(LabelGroup) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
setLabelGroup(LabelGroup) - Method in interface org.gradoop.flink.model.impl.operators.grouping.tuples.GroupItem
Sets the label group of the group item.
setLabelGroup(LabelGroup) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setLat(double) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Sets Latitude
setLayoutFactory(GraphCollectionLayoutFactory<G, V, E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionFactory
Sets the layout factory that is responsible for creating a graph collection layout.
setLayoutFactory(LogicalGraphLayoutFactory<G, V, E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphFactory
Sets the layout factory that is responsible for creating a graph layout.
setLayoutFactory(GraphCollectionLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollectionFactory
 
setLayoutFactory(LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraphFactory
 
setLayoutFactory(GraphCollectionLayoutFactory<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
 
setLayoutFactory(LogicalGraphLayoutFactory<TemporalGraphHead, TemporalVertex, TemporalEdge>) - Method in class org.gradoop.temporal.model.impl.TemporalGraphFactory
 
setList(List<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as List value.
setLogicalGraphLayoutFactory(LogicalGraphLayoutFactory<EPGMGraphHead, EPGMVertex, EPGMEdge>) - Method in class org.gradoop.flink.util.GradoopFlinkConfig
Sets the layout factory for building layouts that represent a LogicalGraph.
setLon(double) - Method in class org.gradoop.flink.model.impl.operators.kmeans.util.Point
Sets Longitude
setLong(long) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as long value.
setMap(Map<PropertyValue, PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as Map value.
setMatchStrategy(MatchStrategy) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Set matching strategy for vertex and edge embeddings (e.g.
setMaxIterations(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Sets maxIterations
setMessageType(MessageType) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
setMessageTypes(List<MessageType>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
setMinSupport(float) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setMinTimePoint(MinTimePoint) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparable
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.add.AddEmbeddingsElements
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectEdges
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTriples
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVertices
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectVerticesAlt
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.filter.FilterEmbeddings
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.CartesianProduct
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.JoinEmbeddings
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
 
setName(String) - Method in interface org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.PhysicalOperator
Set the operator description This is used for Flink operator naming
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEdges
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddings
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectEmbeddingsElements
 
setName(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.project.ProjectVertices
 
setName(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdges
 
setName(String) - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVertices
 
setNextId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
setNow(TimeLiteral) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.ComparableTPGMFactory
 
setNumberOfRegions(int) - Method in class org.gradoop.storage.hbase.utils.RegionSplitter
Set the number of regions.
setObject(Object) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the given value as internal value if it has a supported type.
setObject(T) - Method in class org.gradoop.flink.model.impl.tuples.WithCount
 
SetOperatorBase<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.base
Base class for set operations that share common methods to build vertex, edge and data sets.
SetOperatorBase() - Constructor for class org.gradoop.flink.model.impl.operators.base.SetOperatorBase
 
SetOrCreateWithCount - Class in org.gradoop.flink.model.impl.operators.statistics.functions
Returns the first value of the join pair if it exists, otherwise a new WithCount with count = 0 is created.
SetOrCreateWithCount() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.SetOrCreateWithCount
Constructor
setOutgoing(Boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
SetPairBulkTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Extracts Embeddings iteratively from a given graph by traversing the graph according to a given TraversalCode.
SetPairBulkTraverser(TraversalCode, int, int, Class<K>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairBulkTraverser
Creates a new distributed traverser.
SetPairBulkTraverser(TraversalCode, MatchStrategy, int, int, Class<K>, JoinOperatorBase.JoinHint, JoinOperatorBase.JoinHint, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairBulkTraverser
Creates a new distributed traverser.
SetPairForLoopTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Extracts Embeddings iteratively from a given graph by traversing the graph according to a given TraversalCode.
SetPairForLoopTraverser(TraversalCode, int, int, Class<K>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairForLoopTraverser
Creates a new distributed traverser.
SetPairForLoopTraverser(TraversalCode, MatchStrategy, int, int, Class<K>, JoinOperatorBase.JoinHint, JoinOperatorBase.JoinHint, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairForLoopTraverser
Creates a new distributed traverser.
SetPairTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Traverses a graph represented by two DataSets (vertices and edges).
setParentIds(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
setPatternCompressionInStep(DataflowStep) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setPatternEmbeddings(PatternEmbeddingsMap) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.GraphWithPatternEmbeddingsMap
 
setPatternVerificationInStep(DataflowStep) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
setPosition(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Centroid
Sets position
setPosition(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Sets position
setPredicates(List<P>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Sets the predicates to the given list
setPreSplitRegions(boolean) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Enable/Disable the usage of pre-splitting regions at the moment of table creation.
setPreSplitRegions(boolean) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
setPreviousIterations(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Sets previousIterations
setProperties(Properties) - Method in interface org.gradoop.common.model.api.entities.Attributed
Sets the given properties as new properties.
setProperties(Properties) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setProperties(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
 
setProperties(String) - Method in interface org.gradoop.flink.io.impl.csv.tuples.CSVElement
Sets a property string for the element
setProperties(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVGraphHead
 
setProperties(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVVertex
 
setProperties(Properties) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
setProperties(Properties) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportVertex
 
setProperties(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
setProperties(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
setProperties(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
setProperty(Property) - Method in interface org.gradoop.common.model.api.entities.Attributed
Adds a given property to that entity.
setProperty(String, PropertyValue) - Method in interface org.gradoop.common.model.api.entities.Attributed
Adds a given property to that entity.
setProperty(String, Object) - Method in interface org.gradoop.common.model.api.entities.Attributed
Adds a given property to that entity.
setProperty(Property) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setProperty(String, Object) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
setProperty(String, PropertyValue) - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
SetProperty<E extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.epgm
The SetProperty MapFunction assigns a new property to a given graph element using the supplied property key and value.
SetProperty(String, PropertyValue) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.SetProperty
Creates an instance of SetProperty.
setPropertyColumn(String, String, int) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
Inserts or updates the mapping of a Variable-PropertyKey pair to the position of the corresponding PropertyValue within the embeddings propertyData array
setPropertyColumns(EmbeddingMetaData, String, List<String>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.LeafNode
Sets the property columns in the specified meta data object according to the specified variable and property keys.
setPropertyData(byte[]) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
setPropertyKeys(List<String>) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.LabelGroup
Sets the property keys
setQuery(String) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Set the GDL query string.
setQueryHandler(QueryHandler) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
 
setQueryHandler(QueryHandler) - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.Traverser
Set the query handler to access the query graph.
setRecipientId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
setRecipientId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
setRootConverter(Job, Class<? extends GradoopRootConverter<?>>) - Static method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopReadSupport
Sets the root converter class of a JobContext.
setRuntimeContext(RuntimeContext) - Method in class org.gradoop.flink.model.impl.functions.filters.AbstractRichCombinedFilterFunction
 
setSenderId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Deletion
 
setSenderIds(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.Message
 
setSet(Set<PropertyValue>) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as Set value.
setShort(short) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as short value.
setSize(Integer) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.CCSSubgraphEmbeddings
 
setSize(Integer) - Method in interface org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.SubgraphEmbeddings
Setter.
setSize(Integer) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
 
setSource(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Set source id
setSourceCandidates(boolean[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
setSourceId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Edge
Sets the source vertex identifier.
setSourceId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
setSourceId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
Sets the string that represents the source.
setSourceId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
setSourceId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes sourceId = 5;
setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Sets sourceId
setSourceId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
setSourceId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
setSourceId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
setSourceId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
Sets the string that represents the source.
setSourceId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes sourceId = 5;
setSourceId(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
 
setSourceLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
setSpreadingByteUsage(boolean) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Enable/Disable the usage of a spreading byte as prefix of each HBase row key.
setSpreadingByteUsage(boolean) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
setStartSpeed(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Sets startSpeed (overrides default)
SetStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Set.
SetStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.SetStrategy
 
setStrategy(GroupingStrategy) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Set the grouping strategy.
setString(String) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as String value.
setSubEdges(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Set the list of sub-edge ids for this edge
setSubVertices(List<GradoopId>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LVertex
Set list of sub-vertex ids
setSuperVertex(Boolean) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setSuperVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setSuperVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
 
setTarget(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.EdgeWithTiePoint
Set target id
setTargetId(GradoopId) - Method in interface org.gradoop.common.model.api.entities.Edge
Sets the target vertex identifier.
setTargetId(GradoopId) - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
setTargetId(String) - Method in class org.gradoop.flink.io.impl.csv.tuples.CSVEdge
Sets the string that represents the target.
setTargetId(K) - Method in class org.gradoop.flink.io.impl.graph.tuples.ImportEdge
 
setTargetId(ByteString) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
required bytes targetId = 6;
setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.EdgeGroupItem
 
setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Sets targetId
setTargetId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
setTargetId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.IdPair
 
setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
setTargetId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
setTargetId(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
Sets the string that represents the target.
setTargetId(ByteString) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required bytes targetId = 6;
setTargetId(GradoopId) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalEdge
 
setTargetLabel(String) - Method in class org.gradoop.flink.model.impl.operators.tostring.tuples.EdgeString
 
setTemporalData(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
setTemporalData(String) - Method in interface org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVElement
Set the String representation of the temporal element.
setTemporalData(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
setTemporalData(String) - Method in class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
setTiePointId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EdgeStep
 
setTiePointId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.EmbeddingWithTiePoint
 
setTime(LocalTime) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Sets the wrapped value as LocalTime value.
setTransactionTime(Tuple2<Long, Long>) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Set the transaction time tuple (tx-from, tx-to).
setTraverser(Traverser) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Sets the traverser to describe the distributed graph traversal.
setTraverserStrategy(TraverserStrategy) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Set iteration strategy for traversing the graph (e.g.
setTxFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txFrom = 7;
setTxFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txFrom = 4;
setTxFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txFrom = 5;
setTxFrom(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Set the beginning of the elements transaction interval as unix timestamp in milliseconds.
setTxTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 txTo = 8;
setTxTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 txTo = 5;
setTxTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 txTo = 6;
setTxTo(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Set the end of the elements transaction interval as unix timestamp in milliseconds.
setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
 
setUpdated(boolean) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
setUseGroupCombine(boolean) - Method in class org.gradoop.flink.model.impl.operators.keyedgrouping.KeyedGrouping
Enable or disable an optional combine step before the reduce step.
setValFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valFrom = 9;
setValFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valFrom = 6;
setValFrom(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valFrom = 7;
setValidFrom(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Sets the beginning of the elements validity as unix timestamp in milliseconds.
setValidTime(Tuple2<Long, Long>) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Set the valid time tuple (valid-from, valid-to).
setValidTime(long, TimeDimension.Field) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Set value time by field.
setValidTo(long) - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
Sets the end of the elements validity as unix timestamp in milliseconds.
setValTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge.Builder
required int64 valTo = 10;
setValTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead.Builder
required int64 valTo = 7;
setValTo(long) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex.Builder
required int64 valTo = 8;
setValue(PropertyValue) - Method in class org.gradoop.common.model.impl.properties.Property
Sets the property value.
setValue(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Force
Sets value
SetVertexAsSuperVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Creates a VertexWithSuperVertex with both components referencing the same vertex that is mapped on.
SetVertexAsSuperVertex() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.SetVertexAsSuperVertex
Constructor
setVertexCandidates(List<IdWithCandidates<GradoopId>>) - Method in class org.gradoop.flink.model.impl.operators.matching.transactional.tuples.GraphWithCandidates
 
setVertexData(VD) - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListCell
 
setVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
setVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
 
setVertexId(K) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.VertexStep
 
setVertexId(GradoopId) - Method in class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.FatVertex
 
setVertexMapping(K[]) - Method in class org.gradoop.flink.model.impl.operators.matching.common.tuples.Embedding
 
setVertexPosition(EPGMVertex) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Set the coordinate-properties of a vertex to the values of this vector
setVertexStepJoinStrategy(JoinOperatorBase.JoinHint) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.ExplorativePatternMatching.Builder
Sets the join strategy for joining vertices during traversal.
setVertices(Set<EPGMVertex>) - Method in class org.gradoop.flink.model.impl.layouts.transactional.tuples.GraphTransaction
 
setVertices(DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.LGraph
Sets vertices
setVisited() - Method in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
Sets the vertex as visited.
setWriteMode(FileSystem.WriteMode) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
Set the write mode of this format.
setX(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Set X-coordinate of vector
setY(double) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Set Y-Coordinate of vector
ShortStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type Short.
ShortStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.ShortStrategy
 
ShuffledVertexIdsFromEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Returns a tuple which contains the source id and target id of an edge and a tuple which contains the target id and the source id of the same edge.
ShuffledVertexIdsFromEdge() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.ShuffledVertexIdsFromEdge
Constructor which instantiates the reuse tuple.
Simple16Compressor - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
Functionality wrapper for Simple16 compression.
Simple16Compressor() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
 
SIMPLE_FILE - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
File name for indexed data.
SimpleGraphElement - Interface in org.gradoop.flink.model.impl.operators.layouting.util
"Artificial superclass" for LVertex and LEdge.
SingleEdgeEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Superclass of flatmap functions extracting distinct single-edge subgraphs and all embeddings from a graph.
SingleEdgeEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SingleEdgeEmbeddings
Constructor.
SingleSourceShortestPaths<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.shortestpaths
A gradoop operator wrapping SingleSourceShortestPaths.
SingleSourceShortestPaths(GradoopId, String, int, String) - Constructor for class org.gradoop.flink.algorithms.gelly.shortestpaths.SingleSourceShortestPaths
Constructor for single source shortest paths with the GradoopId of the source vertex and a maximum number of iterations.
SingleSourceShortestPathsAttribute<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.shortestpaths.functions
Stores the minimum distance as a property in vertex.
SingleSourceShortestPathsAttribute(String) - Constructor for class org.gradoop.flink.algorithms.gelly.shortestpaths.functions.SingleSourceShortestPathsAttribute
Stores the shortest distance to the source vertex as a property.
size() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Returns the number of contained gradoop ids
size() - Method in class org.gradoop.common.model.impl.properties.Properties
Returns the number of properties.
size() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.LabeledGraphIntString
Convenience method.
size() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
Returns the number of predicates contained in this predicate collection.
size() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTable
Returns the number of entries in the table.
size() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
Returns the number of entries in the embedding
SIZEOF_BOOLEAN - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of boolean in bytes
SIZEOF_BYTE - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of byte in bytes
SIZEOF_CHAR - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of char in bytes
SIZEOF_DATE - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
byte-array length for LocalDate value
SIZEOF_DATETIME - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
byte-array length for LocalDateTime value
SIZEOF_DOUBLE - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of double in bytes
SIZEOF_FLOAT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of float in bytes
SIZEOF_INT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of int in bytes
SIZEOF_LONG - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of long in bytes
SIZEOF_SHORT - Static variable in class org.gradoop.common.model.impl.properties.bytes.Bytes
Size of short in bytes
SIZEOF_TIME - Static variable in class org.gradoop.common.model.impl.properties.DateTimeSerializer
byte-array length for LocalTime value
snapshot(TemporalPredicate) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using a given temporal predicate.
snapshot(TemporalPredicate, TimeDimension) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using a given temporal predicate.
Snapshot - Class in org.gradoop.temporal.model.impl.operators.snapshot
Extracts a snapshot of a temporal graph using a given temporal predicate.
Snapshot(TemporalPredicate) - Constructor for class org.gradoop.temporal.model.impl.operators.snapshot.Snapshot
Creates an instance of the snapshot operator with the given temporal predicate.
Snapshot(TemporalPredicate, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.snapshot.Snapshot
Creates an instance of the snapshot operator with the given temporal predicate.
SnapshotExample - Class in org.gradoop.examples.snapshot
A self contained example on how to use the snapshot operator of Gradoop's TPGM model designed to analyse temporal graphs.
SnapshotExample() - Constructor for class org.gradoop.examples.snapshot.SnapshotExample
 
SocialNetworkGraph - Class in org.gradoop.examples.common
Class to provide a example graph used by gradoop examples.
sortClauses(List<CNFElement>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
Sort clauses: clauses that subsume most other clauses are sorted at the beginning of the list
SortedDictionary - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
{@code (label, frequency),..
SortedDictionary() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.SortedDictionary
 
SortedSearchGraphUtils - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
Util methods to interpret and manipulate sorted int-array encoded graphs
SortedSearchGraphUtils(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.SortedSearchGraphUtils
Constructor.
SOURCE - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
edge source
SOURCE_ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Position of the sourceId-property in the tuple
SOURCE_X - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Property key for source x coordinate
SOURCE_Y - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Property key for source y coordinate
SourceAndEdgeLabelDistributionPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes SourceLabelAndEdgeLabelDistribution for a given logical graph.
SourceAndEdgeLabelDistributionPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.SourceAndEdgeLabelDistributionPreparer
 
SourceCoordinateJoin - Class in org.gradoop.flink.io.impl.image.functions
Adds source X and Y coordinates to the corresponding edge
SourceCoordinateJoin() - Constructor for class org.gradoop.flink.io.impl.image.functions.SourceCoordinateJoin
Default Constructor
SourceId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Used to select the source vertex id of an edge.
SourceId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.SourceId
 
SOURCEID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
SOURCEID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
SOURCEID_KEY - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
reserved property key referring to the source identifier of vertices
SourceLabelAndEdgeLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the distribution of source and edge labels, e.g.
SourceLabelAndEdgeLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.SourceLabelAndEdgeLabelDistribution
 
SourceStringUpdater - Class in org.gradoop.flink.model.impl.operators.tostring.functions
join functions to update the source vertex string representation of an edge string representation
SourceStringUpdater() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.SourceStringUpdater
 
speedForIteration(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.FRForceApplicator
Calculate the desired speed for a given iteration
split(String, int) - Method in class org.gradoop.flink.io.impl.csv.functions.CSVLineToElement
Splits the specified string.
split(String, String) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
Splits an escaped string while ignoring escaped delimiters.
split(String, String, int) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
Splits an escaped string while ignoring escaped delimiters.
Split<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.split
Splits a LogicalGraph into a GraphCollection based on user-defined property values.
Split(Function<V, List<PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.split.Split
Constructor
splitBy(String) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Splits the graph into multiple logical graphs using the property value which is assigned to the given property key.
SplitValues<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.split.functions
Maps the vertices to pairs, where each pair contains the vertex id and one split value.
SplitValues(Function<V, List<PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.split.functions.SplitValues
Constructor
start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.GradoopIdSetConverter
 
start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.PropertiesConverter
 
start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter
 
start() - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
 
START_INDICES_BROADCAST_SET - Static variable in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
Name of the broadcast set containing the indices for the k starting vertices.
START_TAG - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
Start tag of a tlf graph.
startAtIteration(int) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Perform the layouting as if this number of iterations had already passed
StatisticWriter - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Class to write the statistic of a graph in a file.
StatisticWriter() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.StatisticWriter
 
Step - Class in org.gradoop.flink.model.impl.operators.matching.common.query
Class representing a single step in a TraversalCode.
Step(long, long, long, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.Step
Creates a new step.
storeSingleEdgePatternEmbeddings(PatternEmbeddingsMap, int[], int[], int[], int, int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.DirectedGSpanLogic
 
storeSingleEdgePatternEmbeddings(PatternEmbeddingsMap, int[], int[], int[], int, int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.GSpanLogicBase
Add a pattern and create an embedding.
storeSingleEdgePatternEmbeddings(PatternEmbeddingsMap, int[], int[], int[], int, int, boolean) - Method in class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
 
strategy - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Stores the strategy used for grouping.
strategy - Variable in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
Execution strategy for the operator.
StringConverter(Consumer<String>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.StringConverter
Creates a converter for strings.
StringEscaper - Class in org.gradoop.flink.io.impl.csv.functions
Escapes characters in strings and allows to split escaped strings.
StringEscaper() - Constructor for class org.gradoop.flink.io.impl.csv.functions.StringEscaper
 
StringStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type String.
StringStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.StringStrategy
 
sub(Vector) - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Substract another vector from this vector and return the result
SUB_ELEMENTS_PROPERTY - Static variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
The name of the property where the ids of the sub-vertices (or sub-edges) of a supervertex/superedge are stored.
Subgraph - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Describes a subgraph in the context of transactional FSM, i.e., a canonical label and a sample embedding
subgraph(FilterFunction<V>, FilterFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Returns a subgraph of the base graph which contains only those vertices and edges that fulfil the given vertex and edge filter functions respectively.
subgraph(FilterFunction<V>, FilterFunction<E>, Subgraph.Strategy) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Returns a subgraph of the base graph which contains only those vertices and edges that fulfil the given vertex and edge filter functions respectively.
Subgraph<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.subgraph
Extracts a subgraph from a base graph using the given filter functions.
Subgraph(FilterFunction<V>, FilterFunction<E>, Subgraph.Strategy) - Constructor for class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
Creates a new sub graph operator instance.
Subgraph.Strategy - Enum in org.gradoop.flink.model.impl.operators.subgraph
Available execution strategies.
SubgraphDecoder - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Superclass of map functions mapping FSM-fitted subgraph representations to Gradoop graph transactions.
SubgraphDecoder(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
Constructor.
SubgraphEmbeddings - Interface in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Describes a subgraph and its embeddings in a certain graph.
subsumeClauses(List<CNFElement>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
Performs the subsumption of a set of clauses
subsumeDisjunctiveClause(CNFElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
Applies subsumption to a disjunctive clause (might simplify the clause)
subsumeDisjunctiveClauses(List<CNFElement>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
Applies this::subsumeDisjunctiveClause to all disjunctive clauses (CNF clauses of size > 1)
subsumes(CNFElement, CNFElement) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
Checks for two disjunctive clauses c1 and c2 whether c1 subsumes c2.
subsumes(ComparisonExpression, ComparisonExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
Checks whether a ComparisonExpression c1 subsumes c2
subsumes(ComparisonExpression, ComparisonExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumption
 
subsumes(ComparisonExpression, ComparisonExpression) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumption
 
Subsumption - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Abstract base class for subsumptions of clauses.
Subsumption() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
 
Succeeds - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the Precedes predicate.
Succeeds(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
Creates a Succeeds instance with the given time-interval.
Succeeds(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
Creates a Succeeds instance with the given time-interval.
Sum - Interface in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
Interface of summing aggregate functions
SUM_PAGE_RANK_SCORE_PROPERTY_KEY - Static variable in class org.gradoop.flink.model.impl.operators.sampling.common.SamplingConstants
Key of the sum_PageRankScore property used by AddPageRankScoresToVertexCrossFunction
SumCount<T> - Class in org.gradoop.flink.model.impl.functions.utils
(t, count1),..,(t, countN) => (t, SUM(count1,..,countN))
SumCount() - Constructor for class org.gradoop.flink.model.impl.functions.utils.SumCount
 
SumCounts<T> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
(object,count1),(object,count2) -> (object,count1 + count2)
SumCounts() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.SumCounts
 
SumEdgeProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
Aggregate function returning the sum of a specified property over all edges.
SumEdgeProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumEdgeProperty
Creates a new instance of a SumEdgeProperty aggregate function.
SumEdgeProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumEdgeProperty
Creates a new instance of a SumEdgeProperty aggregate function.
SumProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
Superclass of aggregate functions that sum property values of elements.
SumProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumProperty
Creates a new instance of a SumProperty aggregate function.
SumProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumProperty
Creates a new instance of a SumProperty aggregate function.
SumVertexProperty - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.sum
Aggregate function returning the sum of a specified property over all vertices.
SumVertexProperty(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumVertexProperty
Creates a new instance of a SumVertexProperty aggregate function.
SumVertexProperty(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.sum.SumVertexProperty
Creates a new instance of a SumVertexProperty aggregate function.
SUPERCLASS_VALUE_MASTER - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
reserved property value to mark master data
SUPERCLASS_VALUE_TRANSACTIONAL - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
reserved property value to mark transactional data
Superstep<T> - Class in org.gradoop.flink.model.impl.functions.utils
Returns the current superstep using IterationRuntimeContext.
Superstep() - Constructor for class org.gradoop.flink.model.impl.functions.utils.Superstep
 
SUPERTYPE_KEY - Static variable in class org.gradoop.flink.algorithms.btgs.BusinessTransactionGraphs
reserved property key referring to master or transactional data
SuperVertexGenerator() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.SuperVertexGenerator
 
SUPPORT_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Property key to store a frequent subgraphs's support.
SUPPORT_KEY - Static variable in class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
Property key to store a frequent subgraphs's frequency.
SwitchPair<A,B> - Class in org.gradoop.flink.model.impl.functions.tuple
Switches the fields of a Flink pair
SwitchPair() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.SwitchPair
 
switchSides() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
Returns a ComparisonExpression that wraps the same comparison, but with lhs and rhs switched
SwitchSourceTargetIds - Class in org.gradoop.flink.model.impl.operators.tostring.functions
switches source and target id of an edge string representation
SwitchSourceTargetIds() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.SwitchSourceTargetIds
 
SyntacticSubsumption - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Simplifies a CNF by subsuming clauses syntactically.
SyntacticSubsumption() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumption
 

T

TABLE_PREFIX - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
gradoop accumulo table prefix
TARGET - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables.KEY
edge target
TARGET_ID_POSITION - Static variable in class org.gradoop.flink.model.impl.operators.layouting.util.LEdge
Position of the targetId-property in the tuple
TARGET_X - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Property key for target x coordinate
TARGET_Y - Static variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Property key for target y coordinate
TargetAndEdgeLabelDistributionPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes TargetLabelAndEdgeLabelDistribution for a given logical graph.
TargetAndEdgeLabelDistributionPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.TargetAndEdgeLabelDistributionPreparer
 
TargetCoordinateJoin - Class in org.gradoop.flink.io.impl.image.functions
Add target x and y coordinate to the corresponding edge
TargetCoordinateJoin() - Constructor for class org.gradoop.flink.io.impl.image.functions.TargetCoordinateJoin
Default Constructor
TargetId<E extends Edge> - Class in org.gradoop.flink.model.impl.functions.epgm
Used to select the target vertex id of an edge.
TargetId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TargetId
 
TARGETID_FIELD_NUMBER - Static variable in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
TARGETID_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
TargetIdBtgId<E extends Edge> - Class in org.gradoop.flink.algorithms.btgs.functions
edge -> (targetId, firstGraphId)
TargetIdBtgId() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.TargetIdBtgId
 
TargetLabelAndEdgeLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the distribution of target and edge labels, e.g.
TargetLabelAndEdgeLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.TargetLabelAndEdgeLabelDistribution
 
TargetStringUpdater - Class in org.gradoop.flink.model.impl.operators.tostring.functions
join functions to update the target vertex string representation of an edge string representation
TargetStringUpdater() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.TargetStringUpdater
 
taskNumber - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
The number of this write task.
TemporalAggregateFunction - Interface in org.gradoop.temporal.model.api.functions
An aggregate function used by the Aggregation operator that handles TemporalElements separately.
TemporalAggregationExample - Class in org.gradoop.examples.aggregation
A self contained example on how to use the aggregation operator of Gradoop's TPGM model designed to analyse temporal graphs.
TemporalAggregationExample() - Constructor for class org.gradoop.examples.aggregation.TemporalAggregationExample
 
TemporalCitiBikeGraph - Class in org.gradoop.examples.common
Class to provide an example graph representing a dump from the citibike rentals of NYC.
TemporalComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Abstract base class for all temporal comparable Provides the opportunity to implement methods specific for temporal comparable
TemporalComparable() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TemporalComparable
 
TemporalCSVDataSink - Class in org.gradoop.temporal.io.impl.csv
A data sink storing graphs and graph collections as CSV files.
TemporalCSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
Initialize this data sink.
TemporalCSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
Initialize this data sink with existing metadata.
TemporalCSVDataSource - Class in org.gradoop.temporal.io.impl.csv
A graph data source for CSV files storing temporal graphs.
TemporalCSVDataSource(String, TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSource
Creates a new temporal CSV data source.
TemporalCSVEdge - Class in org.gradoop.temporal.io.impl.csv.tuples
Tuple representing a temporal edge in a CSV file.
TemporalCSVEdge() - Constructor for class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVEdge
 
TemporalCSVElement - Interface in org.gradoop.temporal.io.impl.csv.tuples
Interface representing a temporal CSVElement in a CSV file.
TemporalCSVGraphHead - Class in org.gradoop.temporal.io.impl.csv.tuples
Tuple representing a temporal graph head in a CSV file.
TemporalCSVGraphHead() - Constructor for class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVGraphHead
 
TemporalCSVVertex - Class in org.gradoop.temporal.io.impl.csv.tuples
Tuple representing a temporal vertex in a CSV file.
TemporalCSVVertex() - Constructor for class org.gradoop.temporal.io.impl.csv.tuples.TemporalCSVVertex
 
TemporalDataSink - Interface in org.gradoop.temporal.io.api
A data sink for temporal graphs and collections.
TemporalDataSource - Interface in org.gradoop.temporal.io.api
A data source for temporal graphs and graph collections.
TemporalEdge - Class in org.gradoop.temporal.model.impl.pojo
POJO Implementation of a TPGM edge.
TemporalEdge() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalEdge
Default constructor to create an empty temporal edge instance.
TemporalEdge(GradoopId, String, GradoopId, GradoopId, Properties, GradoopIdSet, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalEdge
Create a temporal edge instance with a time interval that implies its validity.
TemporalEdgeFactory - Class in org.gradoop.temporal.model.impl.pojo
Factory for creating temporal edge POJOs.
TemporalEdgeFactory() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalEdgeFactory
 
TemporalEdgeRootConverter - Class in org.gradoop.temporal.io.impl.parquet.plain.read
Root parquet group converter for temporal edges.
TemporalEdgeRootConverter(MessageType) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalEdgeRootConverter
Creates a new root converter for temporal edges.
TemporalEdgeToDataString<E extends TemporalEdge> - Class in org.gradoop.temporal.model.impl.operators.tostring
Represents an temporal edge by a data string (label, properties and valid time).
TemporalEdgeToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.TemporalEdgeToDataString
 
TemporalEdgeToEdge - Class in org.gradoop.temporal.model.impl.functions.tpgm
Initializes a EPGMEdge from a TemporalEdge instance by discarding the temporal information.
TemporalEdgeToEdge(EdgeFactory<EPGMEdge>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.TemporalEdgeToEdge
Creates an instance of this map function.
TemporalEdgeToProtobufObject - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
Creates a protobuf TPGMProto.TemporalEdge.Builder from a TemporalEdge
TemporalEdgeToProtobufObject() - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalEdgeToProtobufObject
 
TemporalEdgeToTemporalCSVEdge - Class in org.gradoop.temporal.io.impl.csv.functions
Converts an TemporalEdge into a CSV representation.
TemporalEdgeToTemporalCSVEdge() - Constructor for class org.gradoop.temporal.io.impl.csv.functions.TemporalEdgeToTemporalCSVEdge
 
TemporalEdgeWriteSupport - Class in org.gradoop.temporal.io.impl.parquet.plain.write
Parquet write support for TPGM edges.
TemporalEdgeWriteSupport() - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalEdgeWriteSupport
 
TemporalElement - Class in org.gradoop.temporal.model.impl.pojo
Base class for all temporal elements.
TemporalElement() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalElement
Default constructor.
TemporalElementStats - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo
Basic statistical information about temporal elements with a certain label.
TemporalElementStats(int, Set<String>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Creates a element statistics object and set the size of the reservoir sample to compute the statistics.
TemporalElementStats(int) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Creates a element statistics object and set the size of the reservoir sample to compute the statistics.
TemporalElementStats() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Creates a element statistics object that uses a reservoir sample of default size SimpleElementStats.DEFAULT_SAMPLE_SIZE to compute the statistics All properties will be considered, their type (numerical/categorical) detected automatically (may not work very good).
TemporalElementStats(Set<String>, Set<String>) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.TemporalElementStats
Creates an element statistics object that uses a reservoir sample of default size.
TemporalElementToDataString<EL extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.tostring.functions
Superclass of data-bases string representations of temporal elements, i.e.
TemporalElementToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.functions.TemporalElementToDataString
 
TemporalEstimator - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
Base class for estimators that provides some utility methods.
TemporalGradoopConfig - Class in org.gradoop.temporal.util
Configuration for Gradoop with additional support for temporal graphs.
TemporalGraph - Class in org.gradoop.temporal.model.impl
A temporal (logical) graph is a base concept of the Temporal Property Graph Model (TPGM) that extends the Extended Property Graph Model (EPGM).
TemporalGraphCollection - Class in org.gradoop.temporal.model.impl
A temporal graph collection is a base concept of the Temporal Property Graph Model (TPGM) that extends the Extended Property Graph Model (EPGM).
TemporalGraphCollectionFactory - Class in org.gradoop.temporal.model.impl
Responsible for creating instances of TemporalGraphCollection based on a specific layout.
TemporalGraphCollectionFactory(TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.model.impl.TemporalGraphCollectionFactory
Creates a new temporal graph collection factory instance.
TemporalGraphCollectionLayoutFactory - Class in org.gradoop.temporal.model.impl.layout
Factory responsible for creating temporal GVE graph collection layouts.
TemporalGraphCollectionLayoutFactory() - Constructor for class org.gradoop.temporal.model.impl.layout.TemporalGraphCollectionLayoutFactory
 
TemporalGraphCollectionOperators - Interface in org.gradoop.temporal.model.api
Defines the operators that are available on a TemporalGraphCollection.
TemporalGraphElement - Class in org.gradoop.temporal.model.impl.pojo
Abstract class representing an TPGM element that is contained in a temporal graph (i.e.
TemporalGraphElement() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
Default constructor.
TemporalGraphFactory - Class in org.gradoop.temporal.model.impl
Responsible for creating instances of TemporalGraph based on a specific layout.
TemporalGraphFactory(TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.model.impl.TemporalGraphFactory
Creates a new temporal graph factory instance.
TemporalGraphHead - Class in org.gradoop.temporal.model.impl.pojo
POJO Implementation of a TPGM graph head.
TemporalGraphHead() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphHead
Default constructor to create an empty temporal graph head instance.
TemporalGraphHead(GradoopId, String, Properties, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphHead
Creates a temporal graph head instance with a time interval that implies its validity.
TemporalGraphHeadFactory - Class in org.gradoop.temporal.model.impl.pojo
Factory for creating temporal graph head POJOs.
TemporalGraphHeadFactory() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalGraphHeadFactory
 
TemporalGraphHeadRootConverter - Class in org.gradoop.temporal.io.impl.parquet.plain.read
Root parquet group converter for temporal graph heads.
TemporalGraphHeadRootConverter(MessageType) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalGraphHeadRootConverter
Creates a new root converter for temporal graph heads.
TemporalGraphHeadToDataString<G extends TemporalGraphHead> - Class in org.gradoop.temporal.model.impl.operators.tostring
Represents a temporal graph head by a data string (label, properties and valid time).
TemporalGraphHeadToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.TemporalGraphHeadToDataString
 
TemporalGraphHeadToGraphHead - Class in org.gradoop.temporal.model.impl.functions.tpgm
Initializes a EPGMGraphHead from a TemporalGraphHead instance by discarding the temporal information.
TemporalGraphHeadToGraphHead(GraphHeadFactory<EPGMGraphHead>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.TemporalGraphHeadToGraphHead
Creates a new instance of this map function.
TemporalGraphHeadToProtobufObject - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
Creates a protobuf TPGMProto.TemporalGraphHead.Builder from a TemporalGraphHead
TemporalGraphHeadToProtobufObject() - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalGraphHeadToProtobufObject
 
TemporalGraphHeadToTemporalCSVGraphHead - Class in org.gradoop.temporal.io.impl.csv.functions
Converts an TemporalGraphHead into a CSV representation.
TemporalGraphHeadToTemporalCSVGraphHead() - Constructor for class org.gradoop.temporal.io.impl.csv.functions.TemporalGraphHeadToTemporalCSVGraphHead
 
TemporalGraphHeadWriteSupport - Class in org.gradoop.temporal.io.impl.parquet.plain.write
Parquet write support for TPGM graph heads.
TemporalGraphHeadWriteSupport() - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalGraphHeadWriteSupport
 
TemporalGraphLayoutFactory - Class in org.gradoop.temporal.model.impl.layout
Factory responsible for creating temporal GVE graph layouts.
TemporalGraphLayoutFactory() - Constructor for class org.gradoop.temporal.model.impl.layout.TemporalGraphLayoutFactory
 
TemporalGraphOperators - Interface in org.gradoop.temporal.model.api
Defines the operators that are available on a TemporalGraph.
TemporalGraphStatistics - Class in org.gradoop.temporal.model.impl.operators.matching.common.statistics
Abstract base class for statistics about temporal graphs
TemporalGraphStatistics() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics
 
TemporalGraphStatistics.ElementType - Enum in org.gradoop.temporal.model.impl.operators.matching.common.statistics
Describes the two types of graph elements
TemporalGraphStatisticsFactory<T extends TemporalGraphStatistics> - Interface in org.gradoop.temporal.model.impl.operators.matching.common.statistics
Abstract base class for factories for TemporalGraphStatistics
temporalGroupBy(List<KeyFunction<TemporalVertex, ?>>) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Grouping operator that aggregates valid times per group and sets it as new valid time.
temporalGroupBy(List<KeyFunction<TemporalVertex, ?>>, List<KeyFunction<TemporalEdge, ?>>) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Grouping operator that aggregates valid times per group and sets it as new valid time.
temporalGroupBy(List<KeyFunction<TemporalVertex, ?>>, List<AggregateFunction>, List<KeyFunction<TemporalEdge, ?>>, List<AggregateFunction>) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Grouping operator that aggregates valid times per group and sets it as new valid time.
TemporalGroupingExample - Class in org.gradoop.examples.grouping
A self contained example on how to use the key-based grouping operator and its support for temporal key functions and aggregations to summarize and analyze temporal graphs.
TemporalGroupingExample() - Constructor for class org.gradoop.examples.grouping.TemporalGroupingExample
 
TemporalGroupingKeys - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping
A factory class for creating instances of commonly used grouping key functions for grouping on temporal attributes.
TemporalGVELayout - Class in org.gradoop.temporal.model.impl.layout
Represents a temporal graph or graph collection using three separate datasets: a dataset containing the temporal graph heads which are the metadata of logical graphs a dataset containing the temporal vertices a dataset containing the temporal edges
TemporalIndexedCSVDataSink - Class in org.gradoop.temporal.io.impl.csv.indexed
A temporal graph data sink for CSV files indexed by label.
TemporalIndexedCSVDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
Creates a new indexed CSV data sink.
TemporalIndexedCSVDataSink(String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
Creates an new indexed CSV data sink.
TemporalIndexedCSVDataSource - Class in org.gradoop.temporal.io.impl.csv.indexed
A temporal graph data source for CSV files indexed by label.
TemporalIndexedCSVDataSource(String, TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSource
Creates a new data source.
TemporalIndexedLayout - Class in org.gradoop.temporal.model.impl.layout
Represents a temporal graph or graph collection using one dataset per label and graph instance: a Map containing the graph label L as key and a graph head dataset G as value a Map containing the vertex label L as key and a vertex dataset V as value a Map containing the edge label L as key and a edge dataset E as value
TemporalIndexedLayout(Map<String, DataSet<TemporalGraphHead>>, Map<String, DataSet<TemporalVertex>>, Map<String, DataSet<TemporalEdge>>) - Constructor for class org.gradoop.temporal.model.impl.layout.TemporalIndexedLayout
Creates a new temporal indexed layout.
TemporalParquetDataSink - Class in org.gradoop.temporal.io.impl.parquet.plain
A temporal graph data sink for parquet files.
TemporalParquetDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
Creates a new temporal parquet data sink.
TemporalParquetDataSource - Class in org.gradoop.temporal.io.impl.parquet.plain
A graph data source for parquet files storing temporal graphs.
TemporalParquetDataSource(String, TemporalGradoopConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSource
Creates a new temporal parquet data source.
TemporalParquetProtobufDataSink - Class in org.gradoop.temporal.io.impl.parquet.protobuf
A temporal graph data sink for parquet-protobuf files.
TemporalParquetProtobufDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSink
Creates a new temporal parquet-protobuf data sink.
TemporalParquetProtobufDataSource - Class in org.gradoop.temporal.io.impl.parquet.protobuf
A temporal graph data source for parquet-protobuf files.
TemporalParquetProtobufDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSource
Creates a new temporal parquet-protobuf data source.
TemporalPatternMatching<G extends TemporalGraphHead,LG extends TemporalGraph,GC extends TemporalGraphCollection> - Class in org.gradoop.temporal.model.impl.operators.matching.single
Base class for temporal pattern matching implementations.
TemporalPatternMatching(String, boolean, Logger) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Constructor
TemporalPatternMatching(String, boolean, CNFPostProcessing, Logger) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
Constructor
TemporalPlanTableEntry - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable
Represents a query plan and additional meta data.
TemporalPlanTableEntry(PlanTableEntry.Type, Set<String>, CNF, TemporalQueryPlanEstimator) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.plantable.TemporalPlanTableEntry
Creates a new plan table entry.
TemporalPredicate - Interface in org.gradoop.temporal.model.api.functions
A predicate that selects certain time-stamps or time-intervals.
temporalQuery(String) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Evaluates the given query using the Temporal-GDL query engine.
temporalQuery(String, String) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Evaluates the given query using the Temporal-GDL query engine.
temporalQuery(String, TemporalGraphStatistics) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Evaluates the given query using the Temporal-GDL query engine.
temporalQuery(String, String, TemporalGraphStatistics) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Evaluates the given query using the Temporal-GDL query engine.
temporalQuery(String, String, boolean, MatchStrategy, MatchStrategy, TemporalGraphStatistics) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Evaluates the given query using the Temporal-GDL query engine.
TemporalQueryHandler - Class in org.gradoop.temporal.model.impl.operators.matching.common.query
Wraps a GDLHandler and adds functionality needed for query processing during graph pattern matching.
TemporalQueryHandler(String) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Creates a new query handler that postprocesses the CNF with a default CNFPostProcessing
TemporalQueryHandler(String, CNFPostProcessing) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandler
Creates a new query handler.
TemporalQueryPlanEstimator - Class in org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation
Estimates a given query plan by traversing its nodes and updating the state of specific estimator implementations (e.g.
TemporalQueryPlanEstimator(QueryPlan, TemporalQueryHandler, TemporalGraphStatistics, CNFEstimation) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanEstimator
Creates a new plan estimator.
TemporalSubsumption - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Uses temporal information to subsume constraints that compare a time selector to a time literal.
TemporalSubsumption() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumption
 
TemporalVertex - Class in org.gradoop.temporal.model.impl.pojo
POJO Implementation of a TPGM vertex.
TemporalVertex() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalVertex
Default constructor creates an empty TemporalVertex instance.
TemporalVertex(GradoopId, String, Properties, GradoopIdSet, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalVertex
Creates a instance of a temporal vertex without temporal information.
TemporalVertexDegree - Class in org.gradoop.temporal.model.impl.operators.metric
A TPGM operator calculating the evolution of vertex degrees for all vertices of the graph.
TemporalVertexDegree(VertexDegree, TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegree
Creates an instance of this temporal vertex degree operator.
TemporalVertexFactory - Class in org.gradoop.temporal.model.impl.pojo
Factory for creating temporal vertex POJOs.
TemporalVertexFactory() - Constructor for class org.gradoop.temporal.model.impl.pojo.TemporalVertexFactory
 
TemporalVertexRootConverter - Class in org.gradoop.temporal.io.impl.parquet.plain.read
Root parquet group converter for temporal vertices.
TemporalVertexRootConverter(MessageType) - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.read.TemporalVertexRootConverter
Creates a new root converter for temporal vertices.
TemporalVertexToDataString<V extends TemporalVertex> - Class in org.gradoop.temporal.model.impl.operators.tostring
Represents a temporal vertex by a data string (label, properties and valid time).
TemporalVertexToDataString() - Constructor for class org.gradoop.temporal.model.impl.operators.tostring.TemporalVertexToDataString
 
TemporalVertexToProtobufObject - Class in org.gradoop.temporal.io.impl.parquet.protobuf.functions
Creates a protobuf TPGMProto.TemporalVertex.Builder from a TemporalVertex
TemporalVertexToProtobufObject() - Constructor for class org.gradoop.temporal.io.impl.parquet.protobuf.functions.TemporalVertexToProtobufObject
 
TemporalVertexToTemporalCSVVertex - Class in org.gradoop.temporal.io.impl.csv.functions
Converts an TemporalVertex into a CSV representation.
TemporalVertexToTemporalCSVVertex() - Constructor for class org.gradoop.temporal.io.impl.csv.functions.TemporalVertexToTemporalCSVVertex
 
TemporalVertexToVertex - Class in org.gradoop.temporal.model.impl.functions.tpgm
Initializes a EPGMVertex from a TemporalVertex instance by discarding the temporal information.
TemporalVertexToVertex(VertexFactory<EPGMVertex>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.TemporalVertexToVertex
Creates an new instance of this map function.
TemporalVertexWriteSupport - Class in org.gradoop.temporal.io.impl.parquet.plain.write
Parquet write support for TPGM vertices.
TemporalVertexWriteSupport() - Constructor for class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalVertexWriteSupport
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.And
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Not
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Or
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelIn
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloLabelReg
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropEquals
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropLargerThan
 
test(T) - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.impl.AccumuloPropReg
 
test(long, long) - Method in interface org.gradoop.temporal.model.api.functions.TemporalPredicate
Evaluates this predicate for a certain time-stamp or -interval.
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.All
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.AsOf
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Between
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.DeletedIn
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.FromTo
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Precedes
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
 
test(long, long) - Method in class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
 
TFSMConstants - Class in org.gradoop.flink.algorithms.fsm.transactional.common
Collection of broadcast dataset names used for frequent subgraph mining.
TFSMConstants() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.TFSMConstants
 
TFSMGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.pojos
Lightweight representation of a labeled graph transaction.
TFSMGraph(GradoopId, Map<Integer, String>, Map<Integer, FSMEdge>) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.TFSMGraph
Constructor.
TFSMSingleEdgeEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graph => embedding(k=1),..
TFSMSingleEdgeEmbeddings(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSingleEdgeEmbeddings
Constructor.
TFSMSubgraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Representation of a subgraph.
TFSMSubgraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
Default constructor.
TFSMSubgraph(String, Long, Embedding) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraph
Constructor.
TFSMSubgraphDecoder - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
FSM subgraph -> Gradoop graph transaction
TFSMSubgraphDecoder(GradoopFlinkConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSubgraphDecoder
Constructor.
TFSMSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.tuples
Representation of a subgraph supported by a graph and all its local embeddings.
TFSMSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.tuples.TFSMSubgraphEmbeddings
Default constructor
TFSMSubgraphOnly - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
(graphId, size, canonicalLabel, embeddings) => (canonicalLabel, frequency=1, sample embedding)
TFSMSubgraphOnly() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMSubgraphOnly
 
TFSMWrapInSubgraphEmbeddings - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
subgraphWithSampleEmbedding => subgraphWithEmbeddings
TFSMWrapInSubgraphEmbeddings() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.TFSMWrapInSubgraphEmbeddings
Constructor.
ThinkLikeAnEmbeddingFSMBase<G extends FSMGraph,S extends Subgraph,SE extends SubgraphEmbeddings> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle
Superclass of transactional FSM and derivatives.
ThinkLikeAnEmbeddingFSMBase(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.ThinkLikeAnEmbeddingFSMBase
Constructor.
ThinkLikeAnEmbeddingTFSM - Class in org.gradoop.flink.algorithms.fsm.transactional
abstract superclass of different implementations of the gSpan frequent subgraph mining algorithm as Gradoop operator
ThinkLikeAnEmbeddingTFSM(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.ThinkLikeAnEmbeddingTFSM
Constructor
threshold - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor.CandidateGenerator
Minimum similarity to allow merge
threshold - Variable in class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
Only consider vertices as similar if their similarity is larger then this value
threshold - Variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Only vertices with a similarity of at least threshold are combined
time(EL) - Method in class org.gradoop.temporal.model.impl.operators.tostring.functions.TemporalElementToDataString
Represents the time fields of the input element as a comma separated string.
TimeConstantComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Wraps a TimeConstant
TimeConstantComparable(TimeConstant) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparable
Creates a new wrapper for a TimeConstant.
TimeDimension - Enum in org.gradoop.temporal.model.api
Attributes accessible on TemporalElements representing different time dimensions.
TimeDimension.Field - Enum in org.gradoop.temporal.model.api
Fields accessible in a time interval.
TimeFormatConversion - Class in org.gradoop.temporal.util
Utility class that provides methods for the conversion of different time formats.
TimeFormatConversion() - Constructor for class org.gradoop.temporal.util.TimeFormatConversion
 
timeInterval(TimeDimension) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
Group by a time interval.
TimeIntervalConverter(Consumer<Tuple2<Long, Long>>) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.common.GradoopRootConverter.TimeIntervalConverter
Creates a group converter for gradoop time intervals
TimeIntervalExtractor<E extends Element> - Interface in org.gradoop.temporal.model.api.functions
Map function to extract temporal information from an element to create a tuple of Long values as the elements validity interval.
TimeIntervalKeyFunction<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
A key function extracting a value of a TimeDimension from a TemporalElement.
TimeIntervalKeyFunction(TimeDimension) - Constructor for class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
Create a new instance of this key function.
TimeLiteralComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Wraps a TimeLiteral
TimeLiteralComparable(TimeLiteral) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparable
Creates a new wrapper
TimeSelectorComparable - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables
Wraps an TimeSelector
TimeSelectorComparable(TimeSelector) - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparable
Creates a new wrapper
timeStamp(TimeDimension, TimeDimension.Field) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
Group by a time stamp.
timeStamp(TimeDimension, TimeDimension.Field, TemporalField) - Static method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.TemporalGroupingKeys
Group by a field of a time stamp.
TimeStampKeyFunction<T extends TemporalElement> - Class in org.gradoop.temporal.model.impl.operators.keyedgrouping.keys
A key function extracting a time stamp of a TemporalElement.
TimeStampKeyFunction(TimeDimension, TimeDimension.Field, TemporalField) - Constructor for class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeStampKeyFunction
Create a new instance of this grouping key function.
TimeStrategy - Class in org.gradoop.common.model.impl.properties.strategies
Strategy class for handling PropertyValue operations with a value of the type LocalTime.
TimeStrategy() - Constructor for class org.gradoop.common.model.impl.properties.strategies.TimeStrategy
 
timeUnit - Variable in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractDurationAggregateFunction
The unit to parse the duration after the aggregation.
TLFConstants - Class in org.gradoop.flink.io.impl.tlf
Constants needed for Dictionary functions
TLFConstants() - Constructor for class org.gradoop.flink.io.impl.tlf.TLFConstants
 
TLFDataSink - Class in org.gradoop.flink.io.impl.tlf
Writes an EPGM representation into one TLF file.
TLFDataSink(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSink
Creates a new data sink.
TLFDataSink(String, String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSink
Creates a new data sink.
TLFDataSource - Class in org.gradoop.flink.io.impl.tlf
Creates an EPGM instance from one TLF file.
TLFDataSource(String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSource
Creates a new data source.
TLFDataSource(String, String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.tlf.TLFDataSource
Creates a new data source.
TLFDictionaryFileFormat - Class in org.gradoop.flink.io.impl.tlf.functions
Creates a dictionary format from a GraphTransaction as follows:
TLFDictionaryFileFormat() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.TLFDictionaryFileFormat
 
TLFDictionaryMapGroupReducer - Class in org.gradoop.flink.io.impl.tlf.functions
Reduces the incoming list of vertex or edge labels to a single HashMap containing those labels without duplicates and an ascending integer value.
TLFDictionaryMapGroupReducer() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.TLFDictionaryMapGroupReducer
 
TLFFileFormat - Class in org.gradoop.flink.io.impl.tlf.functions
Converts a GraphTransaction to the following format:
TLFFileFormat() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.TLFFileFormat
 
TLFInputFormat - Class in org.gradoop.flink.io.impl.tlf.inputformats
This input format is used to extract complete TLF graph strings from distributed hdfs files.
TLFInputFormat() - Constructor for class org.gradoop.flink.io.impl.tlf.inputformats.TLFInputFormat
 
TLFRecordReader - Class in org.gradoop.flink.io.impl.tlf.inputformats
TLFRecordReader class to read through a given TLF document to output graph blocks as records which are specified by the start tag and end tag.
TLFRecordReader(FileSplit, Configuration) - Constructor for class org.gradoop.flink.io.impl.tlf.inputformats.TLFRecordReader
Constructor for the reader which handles TLF splits and initializes the file input stream.
TO_ID - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Offset of 1-edge DFS code's to id.
TO_LABEL - Static variable in interface org.gradoop.flink.algorithms.fsm.dimspan.model.GraphUtils
Offset of 1-edge DFS code's to label.
toBigDecimal(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a BigDecimal
toBigDecimal(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a BigDecimal value
toBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
toBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
toBuilder() - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
toBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
toBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
toBuilder() - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
toByteArray() - Method in class org.gradoop.common.model.impl.id.GradoopId
Returns byte representation of a GradoopId
toByteArray() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
Returns the byte representation of that set.
toBytes(String) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a string to a UTF-8 byte array.
toBytes(BigDecimal) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Convert a BigDecimal value to a byte array
ToCCSGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graphTransaction => categorizedGraph
ToCCSGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToCCSGraph
 
ToCoordsTuple - Class in org.gradoop.flink.io.impl.image.functions
Function to prepare tuple with coordinates of each vertex.
ToCoordsTuple() - Constructor for class org.gradoop.flink.io.impl.image.functions.ToCoordsTuple
Default Constructor
ToDirectedAdjacencyList - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
(G, V, E) => adjacencyList for directed graph
ToDirectedAdjacencyList() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.ToDirectedAdjacencyList
 
toDouble(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a double value.
toDouble(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a double value.
toEmbedding() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.tuples.ExpandEmbedding
Turns the intermediate result into an embedding (base,(a,b,c),d) -> (base, IdListEntry(a,b,c), IdEntry(d))
toEpochMilli(LocalDateTime) - Static method in class org.gradoop.temporal.util.TimeFormatConversion
Converts a LocalDateTime object and converts it to respective milliseconds since Unix Epoch.
toFloat(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
toFloat(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Presumes float encoded as IEEE 754 floating-point "single format"
ToFSMGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Superclass of map functions mapping a graph transaction to a FSM-fitted graph format.
ToFSMGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToFSMGraph
 
ToGellyEdgeWithNullValue - Class in org.gradoop.flink.model.impl.functions.epgm
turns an EPGM edge into a Gelly edge without data.
ToGellyEdgeWithNullValue() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ToGellyEdgeWithNullValue
Constructor
ToGradoopIdSet - Class in org.gradoop.flink.model.impl.functions.epgm
id1,..,idn => {id1,..,idn}
ToGradoopIdSet() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ToGradoopIdSet
 
toGraphCollection() - Method in interface org.gradoop.temporal.model.api.TemporalGraphCollectionOperators
Converts the TemporalGraphCollection to a GraphCollection instance by discarding all temporal information from the graph elements.
toGraphCollection() - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
 
toHBaseFilter(boolean) - Method in interface org.gradoop.storage.hbase.impl.predicate.filter.api.HBaseElementFilter
Translate the filter to a HBase specific Filter which can be applied to a Scan instance.
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.And
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Not
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Or
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBaseLabelIn
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBaseLabelReg
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropEquals
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropLargerThan
 
toHBaseFilter(boolean) - Method in class org.gradoop.storage.hbase.impl.predicate.filter.impl.HBasePropReg
 
ToIdWithLabel<EL extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.tuple
Factory to create (id, label) pairs from EPGM elements.
ToIdWithLabel() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ToIdWithLabel
 
toInt(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value
toInt(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value
toInt(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value
toIntUnsafe(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to an int value (Unsafe version)
TOKEN_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Used to separate the tokens (id, label, values) in the CSV files.
TOKEN_SEPARATOR - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatisticsReader
Separates tokens in a single line
toList() - Method in class org.gradoop.common.model.impl.properties.Properties
Returns a list of properties.
toLocalDateTime(long) - Static method in class org.gradoop.temporal.util.TimeFormatConversion
Converts a unix timestamp as a long to a LocalDateTime object.
toLogicalGraph() - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Converts the TemporalGraph to a LogicalGraph instance by discarding all temporal information from the graph elements.
toLogicalGraph() - Method in class org.gradoop.temporal.model.impl.TemporalGraph
 
toLong(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a long value.
toLong(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a long value.
toLong(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a long value.
ToPropertyValue<T> - Class in org.gradoop.flink.model.impl.functions.epgm
Wraps a value in a property value.
ToPropertyValue() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.ToPropertyValue
 
toRow(E) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.BaseElementIterator
Serialize record to key-value pair
toRow(Edge) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopEdgeIterator
 
toRow(GraphHead) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopGraphHeadIterator
 
toRow(Vertex) - Method in class org.gradoop.storage.accumulo.impl.iterator.tserver.GradoopVertexIterator
 
toShort(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a short value
toShort(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a short value
toShort(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Converts a byte array to a short value
ToSourceIdWithLabel<E extends EPGMEdge> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
(edge) -> (sourceId, label)
ToSourceIdWithLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ToSourceIdWithLabel
 
toString() - Method in class org.gradoop.common.model.impl.id.GradoopId
Returns hex string representation of a GradoopId.
toString() - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMEdge
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMElement
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphElement
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMGraphHead
 
toString() - Method in class org.gradoop.common.model.impl.pojo.EPGMVertex
 
toString() - Method in class org.gradoop.common.model.impl.properties.bytes.Bytes
 
toString(byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
This method will convert utf8 encoded bytes into a string.
toString(byte[], String, byte[]) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
Joins two byte arrays together using a separator.
toString(byte[], int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
This method will convert utf8 encoded bytes into a string.
toString(byte[], int, int) - Static method in class org.gradoop.common.model.impl.properties.bytes.Bytes
This method will convert utf8 encoded bytes into a string.
toString() - Method in class org.gradoop.common.model.impl.properties.Properties
 
toString() - Method in class org.gradoop.common.model.impl.properties.Property
 
toString() - Method in class org.gradoop.common.model.impl.properties.PropertyValue
 
toString() - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
toString() - Method in enum org.gradoop.common.model.impl.properties.Type
Returns the string representation.
toString() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConfig
 
toString() - Method in class org.gradoop.flink.algorithms.fsm.dimspan.tuples.PatternEmbeddingsMap
 
toString() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.Embedding
 
toString() - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.pojos.FSMEdge
 
toString() - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueInputFormat
 
toString() - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueOutputFormat
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.CentroidFRLayouter
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.RandomLayouter
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.SamplingFRLayouter
 
toString() - Method in class org.gradoop.flink.model.impl.operators.layouting.util.Vector
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.expressions.ComparisonExpression
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.PredicateCollection
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Step
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.common.statistics.GraphStatistics
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.CartesianProductNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ExpandEmbeddingsNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.JoinEmbeddingsNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectEdgesNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectVerticesNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.QueryPlan
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.FilterEmbeddingsNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.unary.ProjectEmbeddingsNode
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
toString() - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData
 
toString() - Method in class org.gradoop.flink.representation.common.adjacencylist.AdjacencyListRow
 
toString() - Method in class org.gradoop.flink.representation.transactional.traversalcode.Traversal
 
toString() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
 
toString() - Method in class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
 
toString() - Method in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
 
toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.And
 
toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Not
 
toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.filter.calculate.Or
 
toString() - Method in class org.gradoop.storage.accumulo.impl.predicate.query.AccumuloQueryHolder
 
toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelIn
 
toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.LabelReg
 
toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropEquals
 
toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropLargerThan
 
toString() - Method in class org.gradoop.storage.common.predicate.filter.impl.PropReg
 
toString() - Method in class org.gradoop.storage.common.predicate.query.ElementQuery
 
toString() - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.And
 
toString() - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Not
 
toString() - Method in class org.gradoop.storage.hbase.impl.predicate.filter.calculate.Or
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.All
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.AsOf
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Between
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.ContainedIn
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.CreatedIn
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.DeletedIn
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.FromTo
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Overlaps
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Precedes
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.Succeeds
 
toString() - Method in class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
 
toString() - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AbstractTimeAggregateFunction
 
toString() - Method in class org.gradoop.temporal.model.impl.operators.aggregation.functions.AverageDuration
 
toString() - Method in class org.gradoop.temporal.model.impl.operators.keyedgrouping.keys.TimeIntervalKeyFunction
 
toString() - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.QueryComparableTPGM
 
toString() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesNode
 
toString() - Method in class org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesNode
 
toString() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalElement
 
toString() - Method in class org.gradoop.temporal.model.impl.pojo.TemporalGraphElement
 
ToTargetIdWithLabel<E extends EPGMEdge> - Class in org.gradoop.flink.model.impl.operators.statistics.functions
(edge) -> (targetId, label)
ToTargetIdWithLabel() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.functions.ToTargetIdWithLabel
 
ToTFSMGraph - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
graphTransaction => fsmGraph
ToTFSMGraph() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToTFSMGraph
 
ToUndirectedAdjacencyList - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
(G, V, E) => adjacencyList for undirected graph
ToUndirectedAdjacencyList() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.ToUndirectedAdjacencyList
 
TPGMProto - Class in org.gradoop.temporal.io.impl.parquet.protobuf
 
TPGMProto.TemporalEdge - Class in org.gradoop.temporal.io.impl.parquet.protobuf
Protobuf type TemporalEdge
TPGMProto.TemporalEdge.Builder - Class in org.gradoop.temporal.io.impl.parquet.protobuf
Protobuf type TemporalEdge
TPGMProto.TemporalEdgeOrBuilder - Interface in org.gradoop.temporal.io.impl.parquet.protobuf
 
TPGMProto.TemporalGraphHead - Class in org.gradoop.temporal.io.impl.parquet.protobuf
Protobuf type TemporalGraphHead
TPGMProto.TemporalGraphHead.Builder - Class in org.gradoop.temporal.io.impl.parquet.protobuf
Protobuf type TemporalGraphHead
TPGMProto.TemporalGraphHeadOrBuilder - Interface in org.gradoop.temporal.io.impl.parquet.protobuf
 
TPGMProto.TemporalVertex - Class in org.gradoop.temporal.io.impl.parquet.protobuf
Protobuf type TemporalVertex
TPGMProto.TemporalVertex.Builder - Class in org.gradoop.temporal.io.impl.parquet.protobuf
Protobuf type TemporalVertex
TPGMProto.TemporalVertexOrBuilder - Interface in org.gradoop.temporal.io.impl.parquet.protobuf
 
TransactionalData<V extends Vertex> - Class in org.gradoop.flink.algorithms.btgs.functions
Filters transactional vertices.
TransactionalData() - Constructor for class org.gradoop.flink.algorithms.btgs.functions.TransactionalData
 
TransactionalFSM - Class in org.gradoop.flink.algorithms.fsm
Gradoop operator wrapping the DIMSpan algorithm for transactional frequent subgraph mining.
TransactionalFSM(float) - Constructor for class org.gradoop.flink.algorithms.fsm.TransactionalFSM
Constructor.
TransactionalFSM(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.TransactionalFSM
Unit testing constructor.
TransactionalFSMBase - Class in org.gradoop.flink.algorithms.fsm.transactional.tle
Superclass of frequent subgraph implementations in the graph transaction setting.
TransactionalFSMBase(FSMConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.TransactionalFSMBase
Constructor.
TransactionalPatternMatching<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.matching.transactional
Operator to match a given pattern on a graph collection
TransactionalPatternMatching(String, PatternMatchingAlgorithm, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.matching.transactional.TransactionalPatternMatching
Constructor
TransactionEdges<T extends org.apache.flink.api.java.tuple.Tuple3<EPGMGraphHead,Set<EPGMVertex>,Set<EPGMEdge>>> - Class in org.gradoop.flink.model.impl.functions.epgm
(graphHead, {vertex,..}, {edge,..}) => edge,..
TransactionEdges() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionEdges
 
TransactionFromSets - Class in org.gradoop.flink.model.impl.functions.epgm
(graphHead) =|><| (graphId,{vertex,..},{edge,..}) => (graphHead,{vertex,..},{edge,..})
TransactionFromSets() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionFromSets
 
TransactionGraphHead<T extends org.apache.flink.api.java.tuple.Tuple3<EPGMGraphHead,Set<EPGMVertex>,Set<EPGMEdge>>> - Class in org.gradoop.flink.model.impl.functions.epgm
(graphHead, {vertex,..}, {edge,..}) => graphHead
TransactionGraphHead() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionGraphHead
 
TransactionVertices<T extends org.apache.flink.api.java.tuple.Tuple3<EPGMGraphHead,Set<EPGMVertex>,Set<EPGMEdge>>> - Class in org.gradoop.flink.model.impl.functions.epgm
(graphHead, {vertex,..}, {edge,..}) => vertex,..
TransactionVertices() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.TransactionVertices
 
transform(TransformationFunction<G>, TransformationFunction<V>, TransformationFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Transforms the elements of the base graph using the given transformation functions.
Transformation<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.transformation
The modification operators is a unary graph operator that takes a base graph as input and applies user defined modification functions on the elements of that graph as well as on its graph head.
Transformation(TransformationFunction<G>, TransformationFunction<V>, TransformationFunction<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.Transformation
Creates a new operator instance.
TransformationFunction<EL extends Attributed & Labeled> - Interface in org.gradoop.flink.model.api.functions
A serializable function that is applied on an EPGM element (i.e.
TransformBase<EL extends Element> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
Initializes the current version and executes the transformation function.
TransformBase(TransformationFunction<EL>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformBase
Constructor
transformCNF(CNF) - Method in interface org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.QueryTransformation
Applies a transformation on a CNF
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraints
 
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInference
 
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.MinMaxUnfolding
 
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Normalization
 
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.Subsumption
 
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictions
 
transformCNF(CNF) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialTautologies
 
TransformEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
Transformation map function for edges.
TransformEdge(TransformationFunction<E>, EdgeFactory<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformEdge
Constructor
transformEdges(GraphTransaction, Map<GradoopId, Integer>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToFSMGraph
Transforms a graph's edges.
transformEdges(TransformationFunction<E>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Transforms the edges of the base graph using the given transformation function.
transformGraphHead(TransformationFunction<G>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Transforms the graph head of the base graph using the given transformation function.
TransformGraphHead<G extends GraphHead> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
Transformation map function for graph heads.
TransformGraphHead(TransformationFunction<G>, GraphHeadFactory<G>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformGraphHead
Constructor
TransformGraphTransaction<G extends GraphHead,V extends Vertex,E extends Edge> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
Transformation map function for graph transactions.
TransformGraphTransaction(GraphHeadFactory<G>, TransformationFunction<G>, VertexFactory<V>, TransformationFunction<V>, EdgeFactory<E>, TransformationFunction<E>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformGraphTransaction
Constructor
TransformLongPropertiesToDateTime<TE extends TemporalElement> - Class in org.gradoop.examples.common.functions
A transformation function applicable on a TemporalElement that converts all properties matching the given list of keys from type Long to a LocalDateTime value.
TransformLongPropertiesToDateTime(String...) - Constructor for class org.gradoop.examples.common.functions.TransformLongPropertiesToDateTime
Creates an instance of this temporal transformation function.
transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.BaseGellyAlgorithm
Default transformation from class K to a Gelly Graph.
transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.connectedcomponents.ValueWeaklyConnectedComponents
Transforms a BaseGraph to a Gelly Graph.
transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.GradoopGellyAlgorithm
Default transformation from a Gradoop Graph to a Gelly Graph.
transformToGelly(LG) - Method in class org.gradoop.flink.algorithms.gelly.randomjump.KRandomJumpGellyVCI
 
TransformVertex<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.transformation.functions
Transformation map function for vertices.
TransformVertex(TransformationFunction<V>, VertexFactory<V>) - Constructor for class org.gradoop.flink.model.impl.operators.transformation.functions.TransformVertex
Constructor
transformVertices(GraphTransaction, Map<GradoopId, Integer>) - Method in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.ToFSMGraph
Transforms a graph's vertices.
transformVertices(TransformationFunction<V>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Transforms the vertices of the base graph using the given transformation function.
TransposeVertexGroupItems - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Takes a group of VertexGroupItem as input where each item represents the same group but stores a unique super vertex ids.
TransposeVertexGroupItems(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.TransposeVertexGroupItems
Creates group reduce function.
Traversal<C extends Comparable<C>> - Class in org.gradoop.flink.representation.transactional.traversalcode
DFSStep of an embedding.
Traversal(int, C, boolean, C, int, C) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.Traversal
Constructor
TraversalCode - Class in org.gradoop.flink.model.impl.operators.matching.common.query
A traversal code represents a traversal through a query graph.
TraversalCode() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.TraversalCode
Initialize a new traversal code
TraversalCode<C extends Comparable<C>> - Class in org.gradoop.flink.representation.transactional.traversalcode
Represents a graph by the log of a depth first search.
TraversalCode() - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
Default constructor.
TraversalCode(Traversal<C>) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
Constructor.
TraversalCode(TraversalCode<C>) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalCode
Constructor.
TraversalEmbedding - Class in org.gradoop.flink.representation.transactional.traversalcode
Mapping between an embedding and a DFS code.
TraversalEmbedding(List<GradoopId>, List<GradoopId>) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
Constructor.
TraversalEmbedding() - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
Default constructor.
TraversalEmbedding(TraversalEmbedding) - Constructor for class org.gradoop.flink.representation.transactional.traversalcode.TraversalEmbedding
Constructor.
traverse() - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
 
traverse(long) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.DFSTraverser
 
traverse(long) - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.RootedTraverser
Traverse the query graph starting at the given vertex.
traverse() - Method in interface org.gradoop.flink.model.impl.operators.matching.common.query.Traverser
Traverse the graph.
traverse(DataSet<IdWithCandidates<K>>, DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairBulkTraverser
 
traverse(DataSet<IdWithCandidates<K>>, DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairForLoopTraverser
 
traverse(DataSet<IdWithCandidates<K>>, DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.SetPairTraverser
Traverses the graph, thereby extracting embeddings of a given pattern.
traverse(DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleForLoopTraverser
 
traverse(DataSet<TripleWithCandidates<K>>) - Method in class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleTraverser
Traverses the graph, thereby extracting embeddings of a given pattern.
Traverser - Interface in org.gradoop.flink.model.impl.operators.matching.common.query
Used to traverse a query graph.
TraverserStrategy - Enum in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Defines the strategy to traverse the graph.
Triple - Class in org.gradoop.flink.model.impl.operators.matching.common.query
A triple representation of a query edge.
Triple(Vertex, Edge, Vertex) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.Triple
Creates a new triple using the specified query elements.
Triple - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos
This class represents a Triple.
Triple() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Default Constructor
Triple(EPGMVertex, EPGMEdge, EPGMVertex) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Triple
Creates a new Triple
TripleForLoopTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Extracts Embeddings iteratively from a given graph by traversing the graph according to a given TraversalCode.
TripleForLoopTraverser(TraversalCode, int, int, Class<K>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleForLoopTraverser
Creates a new distributed traverser.
TripleForLoopTraverser(TraversalCode, MatchStrategy, int, int, Class<K>, JoinOperatorBase.JoinHint, DataSet<Tuple2<K, PropertyValue>>, DataSet<Tuple2<K, PropertyValue>>) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TripleForLoopTraverser
Creates a new distributed traverser.
TripleHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.functions
Filters edge triples if their candidates contain a given candidate.
TripleHasCandidate(int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.functions.TripleHasCandidate
Constructor
TripleTraverser<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser
Traverses a graph represented by one DataSets containing triplets.
TripleWithCandidates<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
Represents an edge, source and target vertex triple that matches at least one triple in the data graph.
TripleWithCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithCandidates
 
TripleWithDirection - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples
Represents an edge-source-target triple and its query candidates.
TripleWithDirection() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.tuples.TripleWithDirection
 
TripleWithSourceEdgeCandidates<K> - Class in org.gradoop.flink.model.impl.operators.matching.common.tuples
Represents a triple with source and edge candidates.
TripleWithSourceEdgeCandidates() - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.tuples.TripleWithSourceEdgeCandidates
 
TrivialContradictions - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Looks for trivial contradictions like a.tx_from > a.tx_to or (b.prop!=b.prop).
TrivialContradictions() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictions
 
TrivialTautologies - Class in org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation
Looks for trivial tautologies like a.tx_from <= a.tx_to or (b.prop=b.prop).
TrivialTautologies() - Constructor for class org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialTautologies
 
True<T> - Class in org.gradoop.flink.model.impl.functions.bool
Logical "TRUE" as Flink function.
True() - Constructor for class org.gradoop.flink.model.impl.functions.bool.True
 
truncateTables() - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
Truncate all tables handled by this store instance, i.e.
truncateTables() - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
First disable, then truncate all tables handled by this store instance, i.e.
tryCleanupOnError() - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
 
Tuple1With1L<T> - Class in org.gradoop.flink.model.impl.operators.count.functions
Maps something to numeric ONE in a tuple 1.
Tuple1With1L() - Constructor for class org.gradoop.flink.model.impl.operators.count.functions.Tuple1With1L
 
Tuple1WithId<EL extends EPGMElement> - Class in org.gradoop.flink.model.impl.functions.epgm
element => (elementId)
Tuple1WithId() - Constructor for class org.gradoop.flink.model.impl.functions.epgm.Tuple1WithId
 
Tuple2FromTupleWithObjectAnd1L<T> - Class in org.gradoop.flink.model.impl.operators.count.functions
(object) -> (object, 1L)
Tuple2FromTupleWithObjectAnd1L() - Constructor for class org.gradoop.flink.model.impl.operators.count.functions.Tuple2FromTupleWithObjectAnd1L
Constructor
Tuple2ToWithCount<T> - Class in org.gradoop.flink.model.impl.functions.tuple
(object, count) -> WithCount(object, count)
Tuple2ToWithCount() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Tuple2ToWithCount
 
Tuple2WithObjectAnd1L<T> - Class in org.gradoop.flink.model.impl.operators.count.functions
object => (object, 1)
Tuple2WithObjectAnd1L() - Constructor for class org.gradoop.flink.model.impl.operators.count.functions.Tuple2WithObjectAnd1L
Constructor
tuplesFromCollection(BaseGraphCollection<?, ?, ?, ?, ?>) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Creates the meta data for the given graph collection.
tuplesFromElements(DataSet<E>) - Static method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Creates the meta data for the specified data set of elements.
tuplesFromGraph(BaseGraph<?, ?, ?, ?, ?>) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Creates the meta data for the given graph.
TxCollectionLayout - Class in org.gradoop.flink.model.impl.layouts.transactional
Represents a GraphCollection with a single dataset.
TxCollectionLayoutFactory - Class in org.gradoop.flink.model.impl.layouts.transactional
Responsible for producing instances of TxCollectionLayout.
TxCollectionLayoutFactory() - Constructor for class org.gradoop.flink.model.impl.layouts.transactional.TxCollectionLayoutFactory
 
TXFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
TXFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
TXFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
TXTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
TXTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
TXTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
Type - Enum in org.gradoop.common.model.impl.properties
Representations of types that are supported by PropertyValue

U

UnaryBaseGraphCollectionToBaseGraphCollectionOperator<GC extends BaseGraphCollection> - Interface in org.gradoop.flink.model.api.operators
Creates a graph collection of type GC based on one input graph collection of the same type.
UnaryBaseGraphCollectionToBaseGraphOperator<GC extends BaseGraphCollection,LG extends BaseGraph> - Interface in org.gradoop.flink.model.api.operators
Creates a graph of type LG based on one input graph collection of the type GC.
UnaryBaseGraphCollectionToValueOperator<GC extends BaseGraphCollection,V> - Interface in org.gradoop.flink.model.api.operators
Creates a value from one input collection.
UnaryBaseGraphToBaseGraphCollectionOperator<LG extends BaseGraph,GC extends BaseGraphCollection> - Interface in org.gradoop.flink.model.api.operators
Creates a graph collection of type GC based on one graph of type LG.
UnaryBaseGraphToBaseGraphOperator<LG extends BaseGraph> - Interface in org.gradoop.flink.model.api.operators
Creates a graph of type LG based on one input graph of the same type.
UnaryBaseGraphToValueOperator<G extends BaseGraph,V> - Interface in org.gradoop.flink.model.api.operators
Creates a value of type V from one input graph of type G.
UnaryCollectionToCollectionOperator - Interface in org.gradoop.flink.model.api.operators
Creates a GraphCollection based on one input collection.
UnaryGraphToCollectionOperator - Interface in org.gradoop.flink.model.api.operators
Creates a GraphCollection based on one LogicalGraph.
UnaryGraphToGraphOperator - Interface in org.gradoop.flink.model.api.operators
Creates a LogicalGraph based on one input LogicalGraph.
UnaryGraphToValueOperator<T> - Interface in org.gradoop.flink.model.api.operators
Creates a value from one input LogicalGraph.
UnaryNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan
A unary node takes a single data set containing embeddings as input which is used to compute a new data set of embeddings based on the specific node implementation.
UnaryNode(PlanNode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.UnaryNode
Creates a new unary node
uncompress(int[]) - Static method in class org.gradoop.flink.algorithms.fsm.dimspan.model.Simple16Compressor
Decompression wrapper.
UndirectedAdjacencyList - Class in org.gradoop.flink.model.impl.operators.tostring.functions
generates a string representation fo an outgoing adjacency list
UndirectedAdjacencyList() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.UndirectedAdjacencyList
 
UndirectedDFSBranchComparator - Class in org.gradoop.flink.algorithms.fsm.dimspan.comparison
Compare initial extensions of DFS codes in directed mode.
UndirectedDFSBranchComparator() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.comparison.UndirectedDFSBranchComparator
 
UndirectedGSpanLogic - Class in org.gradoop.flink.algorithms.fsm.dimspan.gspan
Provides methods for logic related to the gSpan algorithm in undirected mode.
UndirectedGSpanLogic(DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.gspan.UndirectedGSpanLogic
Constructor.
unescape(String) - Static method in class org.gradoop.flink.io.impl.csv.functions.StringEscaper
Unescapes the escaped characters in a string.
union(GC) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Returns a collection with all base graphs from two input collections.
union(DataSet<Boolean>, DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.And
Performs a logical conjunction on the union of both input data sets.
union(DataSet<Boolean>, DataSet<Boolean>) - Static method in class org.gradoop.flink.model.impl.functions.bool.Or
Performs a logical disjunction on the union of both input data sets.
Union<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.union
Returns a collection with all base graphs from two input collections.
Union() - Constructor for class org.gradoop.flink.model.impl.operators.union.Union
 
UnlabeledGroupAggregatorWrapper - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific
A wrapper for aggregate functions that will only return the increment of elements that are not contained in any label group.
UnlabeledGroupAggregatorWrapper(Set<String>, AggregateFunction, short) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.labelspecific.UnlabeledGroupAggregatorWrapper
Create a new instance of this wrapper.
UnsortedSearchGraphUtils - Class in org.gradoop.flink.algorithms.fsm.dimspan.model
Util methods to interpret and manipulate unsorted int-array encoded graphs
UnsortedSearchGraphUtils() - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.model.UnsortedSearchGraphUtils
 
UnsupportedTypeException - Exception in org.gradoop.common.exceptions
Used during parsing of properties.
UnsupportedTypeException(String) - Constructor for exception org.gradoop.common.exceptions.UnsupportedTypeException
Creates a new exception object using the given message.
UnsupportedTypeException(Class) - Constructor for exception org.gradoop.common.exceptions.UnsupportedTypeException
Creates a new exception with information about the given class.
updateCentroids(DataSet<Centroid>, DataSet<LVertex>) - Method in class org.gradoop.flink.model.impl.operators.layouting.functions.CentroidUpdater
Update the centroids.
UpdatedFatVertices - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Filters a FatVertex that has been updated.
UpdatedFatVertices() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.UpdatedFatVertices
 
UpdateEdge<E extends EPGMEdge,K extends Comparable<K>> - Class in org.gradoop.flink.io.impl.graph.functions
Updates an EPGM edge with the given target vertex identifier.
UpdateEdge() - Constructor for class org.gradoop.flink.io.impl.graph.functions.UpdateEdge
 
UpdateEdgeGroupItem - Class in org.gradoop.flink.model.impl.operators.grouping.functions
Takes a projected edge and an (vertex-id, group-representative) tuple and replaces the edge-target-id with the group-representative.
UpdateEdgeGroupItem(int) - Constructor for class org.gradoop.flink.model.impl.operators.grouping.functions.UpdateEdgeGroupItem
Creates new join function.
UpdateEdgeMapping<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Extends an embedding with an edge if possible.
UpdateEdgeMapping(TraversalCode, MatchStrategy, TraverserStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateEdgeMapping
Constructor
UpdateEdgesThoughToBeFusedVertices - Class in org.gradoop.flink.model.impl.operators.fusion.functions
1) If there is no vertex match (the vertex is null) then it means that the edge should not be updated 2) If there is vertex match, it means that the matched vertex the fused one, so the edge should now point to the newly fused vertex 3) Ignore the edges not matching with the vertices (pointless edges that should not occur and should be removed)
UpdateEdgesThoughToBeFusedVertices(GradoopId, boolean) - Constructor for class org.gradoop.flink.model.impl.operators.fusion.functions.UpdateEdgesThoughToBeFusedVertices
Given the parameters, I have the edge update utility function
updateEdgeValidity() - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Updates edges of this graph to set their validity such that an edge is only valid if both of its adjacent vertices are valid at that time.
UpdateEdgeValidity - Class in org.gradoop.temporal.model.impl.operators.verify.functions
Updates the validity of an edge if its valid time is not contained in the valid time of the vertex.
UpdateEdgeValidity() - Constructor for class org.gradoop.temporal.model.impl.operators.verify.functions.UpdateEdgeValidity
 
updateGeneratedVariableNames(Function<String, String>) - Method in class org.gradoop.flink.model.impl.operators.matching.common.query.QueryHandler
Update variable names of vertices and edges with a generated variable name.
UpdateIdField<T extends org.apache.flink.api.java.tuple.Tuple> - Class in org.gradoop.flink.model.impl.operators.keyedgrouping.functions
Update a tuple field with a certain index to a value from another tuple.
UpdateIdField(int) - Constructor for class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.UpdateIdField
Create a new instance of this update function.
updateLineage(EL, K) - Method in class org.gradoop.flink.io.impl.graph.functions.InitElement
Updates the lineage info of the given EPGM element if necessary.
updateSample(T) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Updates the sample with a given element, i.e.
updateSample(List<T>) - Method in class org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojo.ReservoirSampler
Updates the sample with a given element list, i.e.
updateVertex(Vertex<GradoopId, GradoopId>, MessageIterator<GradoopId>) - Method in class org.gradoop.flink.algorithms.btgs.functions.BtgUpdater
 
updateVertex(Vertex<GradoopId, PropertyValue>, MessageIterator<PropertyValue>) - Method in class org.gradoop.flink.algorithms.gelly.labelpropagation.functions.LPUpdateFunction
Updates the vertex value if it has changed.
UpdateVertexEdgeMapping<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Extends an embedding with an edge and its source and target vertices if possible.
UpdateVertexEdgeMapping(TraversalCode, int, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateVertexEdgeMapping
Constructor
UpdateVertexMapping<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Extends an embedding with a vertex if possible.
UpdateVertexMapping(TraversalCode, MatchStrategy, TraverserStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.UpdateVertexMapping
Constructor
UpdateVertexState - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Updates the state of a FatVertex according to the message it receives.
UpdateVertexState(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.UpdateVertexState
Constructor
upperBound - Variable in class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.expand.ExpandEmbeddings
maximum hops
useEdgeLabel(boolean) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Define, if the edge label shall be used for grouping edges.
useEdgeLabels() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
True, if edge labels shall be used for grouping.
useEdgeProperties() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Returns true if edge properties shall be used for grouping.
useExistingLayout(boolean) - Method in class org.gradoop.flink.model.impl.operators.layouting.CombiLayouter
Use the existing layout as starting point instead of creating a random one.
useExistingLayout - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
If true, do not create a random initial layout but use the existing layout of the graph instead.
useExistingLayout(boolean) - Method in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
Use the existing layout as starting point instead of creating a random one.
USER - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
accumulo user
useSpreadingByte(int) - Method in class org.gradoop.storage.hbase.config.GradoopHBaseConfig
Enable/Disable the usage of a spreading byte as prefix of each HBase row key.
useVertexLabel(boolean) - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping.GroupingBuilder
Define, if the vertex label shall be used for grouping vertices.
useVertexLabels() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
True, iff vertex labels shall be used for grouping.
useVertexProperties() - Method in class org.gradoop.flink.model.impl.operators.grouping.Grouping
Returns true if vertex properties shall be used for grouping.

V

VALFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
VALFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
VALFROM_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
ValidateNeighborhood - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Validates the neighborhood of a FatVertex according to the query.
ValidateNeighborhood(String) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidateNeighborhood
Constructor
validDuring(long, long) - Method in interface org.gradoop.temporal.model.api.TemporalGraphOperators
Extracts a snapshot of this temporal graph using the temporal predicate VALID DURING (fromTimestamp, toTimestamp) where both values are timestamps in milliseconds.
ValidDuring - Class in org.gradoop.temporal.model.impl.functions.predicates
Implementation of the ValidDuring temporal predicate.
ValidDuring(long, long) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
Creates a ValidDuring instance with the given time stamps.
ValidDuring(LocalDateTime, LocalDateTime) - Constructor for class org.gradoop.temporal.model.impl.functions.predicates.ValidDuring
Creates a ValidDuring instance with the given time stamps.
ValidFatVertices - Class in org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions
Filters a FatVertex if it has query candidates.
ValidFatVertices() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.functions.ValidFatVertices
 
VALTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
VALTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
VALTO_FIELD_NUMBER - Static variable in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
VALUE - Static variable in class org.gradoop.flink.model.impl.operators.aggregation.functions.SetAggregateProperty
constant string for accessing broadcast variable "property values"
Value0Of2<T0,T1> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1) => f0
Value0Of2() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value0Of2
 
Value0Of2ToId<EL extends Element,T> - Class in org.gradoop.flink.model.impl.operators.cloning.functions
Maps the second value of a Tuple2 to its gradoop id.
Value0Of2ToId() - Constructor for class org.gradoop.flink.model.impl.operators.cloning.functions.Value0Of2ToId
 
Value0Of3<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2) => f0
Value0Of3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value0Of3
 
Value0Of4<T0,T1,T2,T3> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2) => f0
Value0Of4() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value0Of4
 
Value1Of2<T0,T1> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1) => f0
Value1Of2() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value1Of2
 
Value1Of3<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2) => f1
Value1Of3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value1Of3
 
Value2Of3<T0,T1,T2> - Class in org.gradoop.flink.model.impl.functions.tuple
(f0,f1,f2) => f2
Value2Of3() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.Value2Of3
 
VALUE_ADDED - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
The property value used to indicate that an element was added in the second snapshot.
VALUE_DELIMITER - Static variable in class org.gradoop.flink.io.impl.csv.CSVConstants
Used to separate the property values in the CSV files.
VALUE_EQUAL - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
The property value used to indicate that an element is equal in both snapshots.
VALUE_REMOVED - Static variable in class org.gradoop.temporal.model.impl.operators.diff.Diff
The property value used to indicate that an element was removed in the second snapshot.
ValueJoin - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join
This operator joins two possibly disjunct data sets by predicates only concerning properties.
ValueJoin(DataSet<Embedding>, DataSet<Embedding>, List<Integer>, List<Integer>, int) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
New value equi join operator
ValueJoin(DataSet<Embedding>, DataSet<Embedding>, List<Integer>, List<Integer>, int, List<Integer>, List<Integer>, List<Integer>, List<Integer>, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.operators.join.ValueJoin
New value equi join operator
ValueJoinNode - Class in org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary
Binary node that wraps a ValueJoin operator.
ValueJoinNode(PlanNode, PlanNode, List<Pair<String, String>>, List<Pair<String, String>>, MatchStrategy, MatchStrategy) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
Creates a new node.
ValueJoinNode(PlanNode, PlanNode, List<Pair<String, String>>, List<Pair<String, String>>, MatchStrategy, MatchStrategy, JoinOperatorBase.JoinHint) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.queryplan.binary.ValueJoinNode
Creates a new node.
valueOf(String) - Static method in enum org.gradoop.common.model.impl.properties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.common.util.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.dataintegration.transformation.impl.config.EdgeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.dataintegration.transformation.impl.Neighborhood.EdgeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DataflowStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DictionaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.io.impl.dot.DOTDataSink.DotFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.grouping.GroupingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector.NeighborType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.common.MatchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.utils.ExpandDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TraverserStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood.EdgeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.Neighborhood
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.VertexDegree
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling.VertexEdgeSamplingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.flink.model.impl.operators.subgraph.Subgraph.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.temporal.model.api.TimeDimension.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.temporal.model.api.TimeDimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gradoop.temporal.model.impl.operators.metric.functions.AggregationType
Returns the enum constant of this type with the specified name.
ValueOf1<T> - Class in org.gradoop.flink.model.impl.functions.tuple
(x) => x
ValueOf1() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ValueOf1
 
ValueOfWithCount<T> - Class in org.gradoop.flink.model.impl.functions.tuple
(object, count) => object
ValueOfWithCount() - Constructor for class org.gradoop.flink.model.impl.functions.tuple.ValueOfWithCount
 
values() - Static method in enum org.gradoop.common.model.impl.properties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.common.util.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.dataintegration.transformation.impl.config.EdgeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.dataintegration.transformation.impl.Neighborhood.EdgeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DataflowStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.algorithms.fsm.dimspan.config.DictionaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.io.impl.dot.DOTDataSink.DotFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.grouping.GroupingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.layouting.functions.FRCellIdSelector.NeighborType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.common.MatchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.planning.plantable.PlanTableEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.EmbeddingMetaData.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.cypher.utils.ExpandDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.traverser.TraverserStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.matching.single.simulation.dual.util.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.neighborhood.Neighborhood.EdgeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.Neighborhood
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.sampling.functions.VertexDegree
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.sampling.RandomVertexEdgeSampling.VertexEdgeSamplingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.flink.model.impl.operators.subgraph.Subgraph.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.temporal.model.api.TimeDimension.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.temporal.model.api.TimeDimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.temporal.model.impl.operators.matching.common.statistics.TemporalGraphStatistics.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gradoop.temporal.model.impl.operators.metric.functions.AggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueWeaklyConnectedComponents<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents
A gradoop operator wrapping Flinks ScatterGatherIteration-Algorithm for ConnectedComponents ConnectedComponents.
ValueWeaklyConnectedComponents(int) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.ValueWeaklyConnectedComponents
Creates an instance of this operator to calculate the connected components of a graph.
VARIABLE_MAPPING_KEY - Static variable in class org.gradoop.flink.model.impl.operators.matching.single.PatternMatching
The property key used to stored the variable mappings inside the GraphHead properties
VARIABLE_MAPPING_KEY - Static variable in class org.gradoop.temporal.model.impl.operators.matching.single.TemporalPatternMatching
The property key used to stored the variable mappings inside the GraphHead properties
VCIComputeFunction - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Compute function for KRandomJumpGellyVCI.
VCIComputeFunction(double, long) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
Creates an instance of VCIComputeFunction.
VCIVertexValue - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
The vertex value used for the Gelly vertex centric iteration.
VCIVertexValue() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIVertexValue
Creates an empty instance of VCIVertexValue.
Vector - Class in org.gradoop.flink.model.impl.operators.layouting.util
Simple helper-class for some vector-math.
Vector(double, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Construct a vector from x and y coordinates
Vector() - Constructor for class org.gradoop.flink.model.impl.operators.layouting.util.Vector
Construct new zero-Vector
verify() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Verifies each graph of this collection, removing dangling edges, i.e.
verify() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Verifies this graph, removing dangling edges, i.e.
Verify<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
Verifies a graph's edge set, removing dangling edges, i.e.
Verify() - Constructor for class org.gradoop.flink.model.impl.operators.verify.Verify
 
VerifyAndUpdateEdgeValidity - Class in org.gradoop.temporal.model.impl.operators.verify
Verifies the edge set of a graph.
VerifyAndUpdateEdgeValidity() - Constructor for class org.gradoop.temporal.model.impl.operators.verify.VerifyAndUpdateEdgeValidity
 
VerifyCollection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
Verifies the edge set for each graph in a collection, removing dangling edges, i.e.
VerifyCollection() - Constructor for class org.gradoop.flink.model.impl.operators.verify.VerifyCollection
 
verifyGraphContainment() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Verifies this graph, removing dangling graph ids from its elements, i.e.
VerifyGraphContainment<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
Verifies a graphs elements, removing dangling graph ids, i.e.
VerifyGraphContainment() - Constructor for class org.gradoop.flink.model.impl.operators.verify.VerifyGraphContainment
 
verifyGraphsContainment() - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphCollectionOperators
Verifies this graph collection, removing dangling graph ids from its elements, i.e.
VerifyGraphsContainment<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.model.impl.operators.verify
Verifies a collections elements, removing dangling graph ids, i.e.
VerifyGraphsContainment() - Constructor for class org.gradoop.flink.model.impl.operators.verify.VerifyGraphsContainment
 
VerifyPattern - Class in org.gradoop.flink.algorithms.fsm.dimspan.functions.mining
DFS code => true, if minimal
VerifyPattern(GSpanLogic, DIMSpanConfig) - Constructor for class org.gradoop.flink.algorithms.fsm.dimspan.functions.mining.VerifyPattern
Constructor.
Vertex - Interface in org.gradoop.common.model.api.entities
Describes data assigned to a vertex.
VERTEX - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloTables
gradoop vertex table name
VERTEX_DICTIONARY - Static variable in class org.gradoop.flink.algorithms.fsm.dimspan.config.DIMSpanConstants
Vertex label dictionary.
VERTEX_DICTIONARY - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
String used to identify the vertex dictionary on broadcast.
VERTEX_INDICES_BROADCAST_SET - Static variable in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
Name of the broadcast set containing the graphs vertex indices.
VERTEX_MAPPING - Static variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Broadcast set name for vertex mapping
VERTEX_SIZE_PROPERTY - Static variable in class org.gradoop.flink.model.impl.operators.layouting.FusingFRLayouter
Name of the property that will contain the number of sub-vertices or sub-edges for a vertex or edge
VERTEX_SYMBOL - Static variable in class org.gradoop.flink.io.impl.tlf.TLFConstants
Symbol identifying a line to represent a vertex.
VERTEX_TUPLE_ID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
The index of the vertex ID in the tuple-representation of a vertex.
VERTEX_TUPLE_RESERVED - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
The number of reserved fields in the tuple-representation of a vertex.
VERTEX_TUPLE_SUPERID - Static variable in class org.gradoop.flink.model.impl.operators.keyedgrouping.functions.GroupingConstants
The index of the super vertex ID in the tuple-representation of a vertex.
VERTEX_TYPE - Static variable in interface org.gradoop.flink.io.api.metadata.MetaDataSource
Used to tag a vertex entity.
VertexAggregateFunction - Interface in org.gradoop.flink.model.api.functions
Describes a vertex aggregate function as input for the Aggregation operator.
vertexAggregateFunctions - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Stores aggregation functions for vertices.
VertexCentricAverageDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
A TPGM operator which calculates the average degree of a given vertex referenced via its vertexId within a given time interval: start queryFrom, end queryTo.
VertexCentricAverageDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolution
Creates an instance of this temporal average vertex degree operator.
VertexCentricMaxDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
A TPGM operator calculating the maximum degree of a given vertex referenced via its vertexId within a given time interval: start queryFrom, end queryTo.
VertexCentricMaxDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolution
Creates an instance of this temporal vertex-centric maximum degree aggregation operator.
VertexCentricMinDegreeEvolution - Class in org.gradoop.temporal.model.impl.operators.metric
A TPGM operator calculating the minimum degree of a given vertex referenced via its vertexId within a given time interval: start queryFrom, end queryTo.
VertexCentricMinDegreeEvolution(VertexDegree, TimeDimension, GradoopId, Long, Long) - Constructor for class org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolution
Creates an instance of this temporal vertex-centric minimum degree aggregation operator.
vertexColor - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Color of vertices
vertexColor(Color) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value vertexColor
VertexCompareFunction - Interface in org.gradoop.flink.model.impl.operators.layouting.functions
A function that can calculate the similarity between two vertices.
VertexCount - Class in org.gradoop.flink.model.impl.operators.aggregation.functions.count
Aggregate function returning the vertex count of a graph / graph collection.
VertexCount() - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.VertexCount
Creates a new instance of a VertexCount aggregate function.
VertexCount(String) - Constructor for class org.gradoop.flink.model.impl.operators.aggregation.functions.count.VertexCount
Creates a new instance of a VertexCount aggregate function.
VertexCount - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the number of vertices in the given graph.
VertexCount() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexCount
 
VertexCountPreparer - Class in org.gradoop.flink.model.impl.operators.statistics.writer
Computes VertexCount for a given logical graph.
VertexCountPreparer() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.writer.VertexCountPreparer
 
VertexDeduplication<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.dataintegration.transformation
Deduplicates vertices based on some attribute.
VertexDeduplication(String, List<String>) - Constructor for class org.gradoop.dataintegration.transformation.VertexDeduplication
Creates a new instance of this vertex deduplication operator.
VertexDegree - Enum in org.gradoop.flink.model.impl.operators.sampling.functions
Keeps the types of vertex-degrees and their respective property names.
VertexDegreeDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the distribution of vertex degrees.
VertexDegreeDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexDegreeDistribution
 
VertexDegrees - Class in org.gradoop.flink.model.impl.operators.statistics
Computes the vertex degree for each vertex.
VertexDegrees() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexDegrees
 
VertexFactory<V extends Vertex> - Interface in org.gradoop.common.model.api.entities
Initializes Vertex objects of a given type.
vertexFactory - Variable in class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.SubgraphDecoder
vertex Factory
vertexFilterFunction - Variable in class org.gradoop.flink.model.impl.operators.subgraph.Subgraph
Used to filter vertices from the graph.
VertexFromId<V extends Vertex> - Class in org.gradoop.flink.model.impl.functions.epgm
Initializes an Vertex from a given GradoopId.
VertexFromId(VertexFactory<V>) - Constructor for class org.gradoop.flink.model.impl.functions.epgm.VertexFromId
Create new function.
VertexFusion - Class in org.gradoop.flink.model.impl.operators.fusion
Fusion is a binary operator taking two graphs: a search graph (first parameter) and a pattern graph (second parameter) [This means that this is not a symmetric operator (F(a,b) != F(b,a))].
VertexFusion() - Constructor for class org.gradoop.flink.model.impl.operators.fusion.VertexFusion
 
VertexFusor - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Simplifies the graph by combining similar vertices to super-vertices using a Comparison-Function and a threshold.
VertexFusor(VertexCompareFunction, double) - Constructor for class org.gradoop.flink.model.impl.operators.layouting.functions.VertexFusor
Construct new VertexFusor
VertexFusor.CandidateGenerator - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Finds out if two given vertices could be merged into one and how "good" this merge would be.
VertexFusor.SuperVertexGenerator - Class in org.gradoop.flink.model.impl.operators.layouting.functions
Combines multiple vertices into a single super-vertex.
vertexGroupingKeys - Variable in class org.gradoop.flink.model.impl.operators.rollup.RollUp
Stores grouping keys for vertices.
VertexGroupItem - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
Vertex representation used for grouping vertices to super vertices.
VertexGroupItem() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexGroupItem
 
VertexHandler - Interface in org.gradoop.storage.hbase.impl.api
Responsible for reading and writing vertex data from and to HBase.
VertexHasCandidate<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions
Filters vertices if their candidates contain a given candidate.
VertexHasCandidate(TraversalCode) - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.functions.VertexHasCandidate
Constructor
VertexIdsFromEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Returns a tuple which contains the source id and target id of an edge or a tuple which contains the target id and the source id of the same edge.
VertexIdsFromEdge() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsFromEdge
Constructor which initiates a mapping to tuple of source id and target id.
VertexIdsFromEdge(boolean) - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsFromEdge
Valued constructor.
VertexIdsWithEdge<E extends Edge> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Returns a tuple which contains the source id and the edge and a tuple which contains the target id and same edge.
VertexIdsWithEdge() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexIdsWithEdge
Constructor which instantiates the reuse tuple.
vertexInducedSubgraph(FilterFunction<V>) - Method in interface org.gradoop.flink.model.api.epgm.BaseGraphOperators
Returns the subgraph that is induced by the vertices which fulfill the given filter function.
VertexInputFormat - Class in org.gradoop.storage.accumulo.impl.io.inputformats
gradoop accumulo vertex input format
VertexInputFormat(Properties, AccumuloQueryHolder<EPGMVertex>) - Constructor for class org.gradoop.storage.accumulo.impl.io.inputformats.VertexInputFormat
vertex input format constructor
vertexLabel - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Name of the property that should be drawn as vertex 'heading'.
vertexLabel(String) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value vertexLabel
VertexLabelDecoder - Class in org.gradoop.flink.io.impl.tlf.functions
Maps the vertex dictionary to a given graph transaction.
VertexLabelDecoder() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.VertexLabelDecoder
 
VertexLabelDistribution - Class in org.gradoop.flink.model.impl.operators.statistics
Convenience operator to compute the vertex label distribution.
VertexLabelDistribution() - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexLabelDistribution
 
VertexLabeledEdgeListDataSource - Class in org.gradoop.flink.io.impl.edgelist
Data source to create a LogicalGraph from an edge list.
VertexLabeledEdgeListDataSource(String, String, String, GradoopFlinkConfig) - Constructor for class org.gradoop.flink.io.impl.edgelist.VertexLabeledEdgeListDataSource
Creates a new data source.
VertexLabelList - Class in org.gradoop.flink.io.impl.tlf.functions
Collects all vertex labels.
VertexLabelList() - Constructor for class org.gradoop.flink.io.impl.tlf.functions.VertexLabelList
 
VertexLabels - Class in org.gradoop.flink.algorithms.fsm.transactional.common.functions
transaction -> (vertexLabel,1L),..
VertexLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.common.functions.VertexLabels
 
vertexLabelSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Font-size of the vertex-heading
vertexLabelSize(int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value vertexLabelSize
vertexMap - Variable in class org.gradoop.flink.model.impl.operators.matching.common.debug.Printer
Mapping gradoopId -> propertyValue The value is used to represent the vertex with the corresponding id.
vertexMetaData - Variable in class org.gradoop.common.model.impl.metadata.MetaData
Mapping between a graph labels and their associated property meta data.
VertexNeighborhood<LG extends BaseGraph> - Class in org.gradoop.flink.model.impl.operators.neighborhood
Super class for all vertex neighborhood operators.
VertexPostProcessingMap<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.kmeans.functions
Extends the properties of the vertices by the clusterId and the spatial properties of the cluster
VertexPostProcessingMap(String, String) - Constructor for class org.gradoop.flink.model.impl.operators.kmeans.functions.VertexPostProcessingMap
Initializes a VertexProcessingMap instance with the spatial property names of the vertices
VertexPropertyToEdgePropertyJoin<V extends Vertex,E extends Edge> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents.functions
Reads a vertex property and stores it to an edge property, using the given property key.
VertexPropertyToEdgePropertyJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.functions.VertexPropertyToEdgePropertyJoin
Constructor with property key.
VertexRollUp - Class in org.gradoop.flink.model.impl.operators.rollup
Applies the groupBy-operator multiple times on a logical graph using different combinations of the given vertex grouping keys according to the definition of the rollUp operation in SQL.
VertexRollUp(List<String>, List<AggregateFunction>, List<String>, List<AggregateFunction>) - Constructor for class org.gradoop.flink.model.impl.operators.rollup.VertexRollUp
Creates a vertexRollUp operator instance with GroupingStrategy.GROUP_REDUCE as grouping strategy.
VertexRootConverter - Class in org.gradoop.flink.io.impl.parquet.plain.read
Root parquet group converter for EPGM vertices.
VertexRootConverter(MessageType) - Constructor for class org.gradoop.flink.io.impl.parquet.plain.read.VertexRootConverter
Creates a new root converter for EPGM vertices.
VertexScaleMap - Class in org.gradoop.flink.io.impl.image.functions
Function to align vertices to image without additional zooming.
VertexScaleMap(double, double) - Constructor for class org.gradoop.flink.io.impl.image.functions.VertexScaleMap
Constructor
vertexSize - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Size of the vertex-symbols (px)
vertexSize(int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
Sets optional value vertexSize
VertexStep<K> - Class in org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples
Represents a vertex that is joined with an EmbeddingWithTiePoint to extend it at the tie point.
VertexStep() - Constructor for class org.gradoop.flink.model.impl.operators.matching.single.preserving.explorative.tuples.VertexStep
 
VertexString - Class in org.gradoop.flink.model.impl.operators.tostring.tuples
(graphId, vertexId, label)
VertexString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
default constructor
VertexString(GradoopId, GradoopId, String) - Constructor for class org.gradoop.flink.model.impl.operators.tostring.tuples.VertexString
constructor with field values
VertexTableInputFormat - Class in org.gradoop.storage.hbase.impl.io.inputformats
Reads vertex data from HBase.
VertexTableInputFormat(VertexHandler, String) - Constructor for class org.gradoop.storage.hbase.impl.io.inputformats.VertexTableInputFormat
Creates an vertex table input format.
VertexToCSVVertex - Class in org.gradoop.flink.io.impl.csv.functions
Converts an EPGMVertex into a CSV representation.
VertexToCSVVertex() - Constructor for class org.gradoop.flink.io.impl.csv.functions.VertexToCSVVertex
 
VertexToDataString<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
represents a vertex by a data string (label and properties)
VertexToDataString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.VertexToDataString
 
VertexToDegreeMap<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
A map from a vertex to its degree.
VertexToDegreeMap(String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.VertexToDegreeMap
Creates an instance of this map transformation.
VertexToEdge - Class in org.gradoop.dataintegration.transformation
For a given vertex label this graph transformation takes all neighbors per vertex with this label and calculates the transitive closure for this subgraph.
VertexToEdge(String, String) - Constructor for class org.gradoop.dataintegration.transformation.VertexToEdge
The constructor of the operator to transform vertices into edges.
VertexToFieldOne<P,Q,V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Puts the vertex to the second field of the tuple.
VertexToFieldOne() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexToFieldOne
 
VertexToFieldZero<P,Q,V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.neighborhood.functions
Puts the vertex to the first field of the tuple.
VertexToFieldZero() - Constructor for class org.gradoop.flink.model.impl.operators.neighborhood.functions.VertexToFieldZero
 
VertexToGellyVertex<V extends Vertex,VV> - Interface in org.gradoop.flink.algorithms.gelly.functions
Convert a Gradoop Vertex to a Gelly Vertex.
VertexToGellyVertexWithGradoopId<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.functions
Maps Gradoop vertex to a Gelly vertex with the GradoopId as its id and value.
VertexToGellyVertexWithGradoopId() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithGradoopId
Constructor.
VertexToGellyVertexWithNullValue<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.functions
Maps Gradoop Vertex to a Gelly vertex with the GradoopId as its id.
VertexToGellyVertexWithNullValue() - Constructor for class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithNullValue
Constructor.
VertexToGellyVertexWithPropertyValue<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.functions
Maps Gradoop vertex to a Gelly vertex consisting of the GradoopId and a PropertyValue.
VertexToGellyVertexWithPropertyValue(String) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.VertexToGellyVertexWithPropertyValue
Constructor
VertexToIdString<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.tostring.functions
represents a vertex by an id string
VertexToIdString() - Constructor for class org.gradoop.flink.model.impl.operators.tostring.functions.VertexToIdString
 
VertexToProtobufObject - Class in org.gradoop.flink.io.impl.parquet.protobuf.functions
Creates a protobuf EPGMProto.Vertex.Builder from an EPGMVertex.
VertexToProtobufObject() - Constructor for class org.gradoop.flink.io.impl.parquet.protobuf.functions.VertexToProtobufObject
 
VertexToString<V extends Vertex> - Interface in org.gradoop.flink.model.impl.operators.tostring.api
string representation of a vertex
VertexToTemporalVertex<V extends Vertex> - Class in org.gradoop.temporal.model.impl.functions.tpgm
Initializes a TemporalVertex from a Vertex instance by setting either default temporal information or, if a timeIntervalExtractor is given, by the extracted time information.
VertexToTemporalVertex(VertexFactory<TemporalVertex>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.VertexToTemporalVertex
Creates an instance of the TemporalVertexFromNonTemporal map function.
VertexToTemporalVertex(VertexFactory<TemporalVertex>, TimeIntervalExtractor<V>) - Constructor for class org.gradoop.temporal.model.impl.functions.tpgm.VertexToTemporalVertex
Creates an instance of the TemporalVertexFromNonTemporal map function.
vertexTransFunc - Variable in class org.gradoop.flink.model.impl.operators.transformation.Transformation
Modification function for vertices
VertexValueDistribution<T> - Class in org.gradoop.flink.model.impl.operators.statistics
Extracts an arbitrary value (e.g.
VertexValueDistribution(MapFunction<EPGMVertex, T>) - Constructor for class org.gradoop.flink.model.impl.operators.statistics.VertexValueDistribution
Constructor
VertexWithDegreeFilter<V extends Vertex> - Class in org.gradoop.flink.model.impl.operators.sampling.functions
Retains all vertices which do not have the given degree.
VertexWithDegreeFilter(long, String) - Constructor for class org.gradoop.flink.model.impl.operators.sampling.functions.VertexWithDegreeFilter
Constructor
VertexWithSuperVertex - Class in org.gradoop.flink.model.impl.operators.grouping.tuples
Representation of a vertex id and its corresponding vertex group representative.
VertexWithSuperVertex() - Constructor for class org.gradoop.flink.model.impl.operators.grouping.tuples.VertexWithSuperVertex
 
VertexWithVisitedSourceTargetIdJoin<V extends Vertex> - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Joins an Gradoop vertex with the source- resp.
VertexWithVisitedSourceTargetIdJoin(String) - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VertexWithVisitedSourceTargetIdJoin
Creates an instance of VertexWithVisitedSourceTargetIdJoin with a given property key.
VertexWriteSupport - Class in org.gradoop.flink.io.impl.parquet.plain.write
Parquet write support for EPGM vertices.
VertexWriteSupport() - Constructor for class org.gradoop.flink.io.impl.parquet.plain.write.VertexWriteSupport
 
VertexZoomMap - Class in org.gradoop.flink.io.impl.image.functions
Function to align vertices to increased image size.
VertexZoomMap(int, int, int) - Constructor for class org.gradoop.flink.io.impl.image.functions.VertexZoomMap
Constructor
VISITED_VERTICES_AGGREGATOR_NAME - Static variable in class org.gradoop.flink.algorithms.gelly.randomjump.functions.VCIComputeFunction
Name for the LongSumAggregator used for counting the visited vertices.
VisitedGellyEdgesWithLongIdToGradoopIdJoin - Class in org.gradoop.flink.algorithms.gelly.randomjump.functions
Joins an edge index with its index-to-GradoopId-mapping to replace the index with the GradoopId.
VisitedGellyEdgesWithLongIdToGradoopIdJoin() - Constructor for class org.gradoop.flink.algorithms.gelly.randomjump.functions.VisitedGellyEdgesWithLongIdToGradoopIdJoin
 

W

WeaklyConnectedComponentsAsCollection<G extends GraphHead,V extends Vertex,E extends Edge,LG extends BaseGraph<G,V,E,LG,GC>,GC extends BaseGraphCollection<G,V,E,LG,GC>> - Class in org.gradoop.flink.algorithms.gelly.connectedcomponents
Computes the weakly connected components of a graph.
WeaklyConnectedComponentsAsCollection(int) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.WeaklyConnectedComponentsAsCollection
Initialize the operator.
WeaklyConnectedComponentsAsCollection(String, int) - Constructor for class org.gradoop.flink.algorithms.gelly.connectedcomponents.WeaklyConnectedComponentsAsCollection
Initialize the operator.
where(FilterImpl) - Method in class org.gradoop.storage.common.predicate.query.ElementQuery.BuilderWithRange
element query with range and filter
width - Variable in class org.gradoop.flink.model.impl.operators.layouting.FRLayouter
User supplied width of the layouting-space
WithCount<T> - Class in org.gradoop.flink.model.impl.tuples
(t,count) f0: object f1: count
WithCount() - Constructor for class org.gradoop.flink.model.impl.tuples.WithCount
default constructor
WithCount(T) - Constructor for class org.gradoop.flink.model.impl.tuples.WithCount
valued constructor
WithCount(T, long) - Constructor for class org.gradoop.flink.model.impl.tuples.WithCount
valued constructor
WithoutInfrequentEdgeLabels<G extends FSMGraph> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Drops all edges with infrequent labels and afterwards isolated vertices.
WithoutInfrequentEdgeLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentEdgeLabels
 
WithoutInfrequentVertexLabels<G extends FSMGraph> - Class in org.gradoop.flink.algorithms.fsm.transactional.tle.functions
Drops all vertices with infrequent labels and edges connecting only such vertices.
WithoutInfrequentVertexLabels() - Constructor for class org.gradoop.flink.algorithms.fsm.transactional.tle.functions.WithoutInfrequentVertexLabels
 
write(T, DataOutputView) - Method in interface org.gradoop.common.model.api.strategies.PropertyValueStrategy
Writes the given value to the provided DataOutputView.
write(DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopId
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.id.GradoopIdSet
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.Properties
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.Property
 
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValue
Byte representation: byte 1 : type info for dynamic length types (e.g.
write(DataOutputView) - Method in class org.gradoop.common.model.impl.properties.PropertyValueList
 
write(T, DataOutputView) - Method in class org.gradoop.common.model.impl.properties.strategies.AbstractFixSizedPropertyValueStrategy
 
write(T, DataOutputView) - Method in class org.gradoop.common.model.impl.properties.strategies.AbstractVariableSizedPropertyValueStrategy
 
write(Object, DataOutputView) - Method in class org.gradoop.common.model.impl.properties.strategies.NullStrategy
 
write(LogicalGraph) - Method in interface org.gradoop.flink.io.api.DataSink
Writes a logical graph to the data sink.
write(GraphCollection) - Method in interface org.gradoop.flink.io.api.DataSink
Writes a graph collection graph to the data sink.
write(LogicalGraph, boolean) - Method in interface org.gradoop.flink.io.api.DataSink
Writes a logical graph to the data sink with overwrite option.
write(GraphCollection, boolean) - Method in interface org.gradoop.flink.io.api.DataSink
Writes a graph collection to the data sink with overwrite option.
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.csv.CSVDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.csv.CSVDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.csv.CSVDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.csv.CSVDataSink
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.csv.indexed.IndexedCSVDataSink
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.dot.DOTDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.dot.DOTDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.dot.DOTDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.dot.DOTDataSink
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.gdl.GDLDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.gdl.GDLDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.gdl.GDLDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.gdl.GDLDataSink
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
 
write(R) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.parquet.plain.ParquetDataSink
 
write(Kryo, Output, Message.Builder) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.kryo.ProtobufBuilderKryoSerializer
 
write(Kryo, Output, Message) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.kryo.ProtobufMessageKryoSerializer
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.ParquetProtobufDataSink
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.statistics.GraphStatisticsDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.statistics.GraphStatisticsDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.statistics.GraphStatisticsDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.statistics.GraphStatisticsDataSink
 
write(LogicalGraph) - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSink
 
write(GraphCollection) - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.flink.io.impl.tlf.TLFDataSink
 
write(DataOutputView) - Method in class org.gradoop.flink.model.impl.operators.matching.single.cypher.pojos.Embedding
 
write(LogicalGraph) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSink
 
write(GraphCollection) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.storage.accumulo.impl.io.AccumuloDataSink
 
write(LogicalGraph) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSink
 
write(GraphCollection) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSink
 
write(LogicalGraph, boolean) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSink
 
write(GraphCollection, boolean) - Method in class org.gradoop.storage.hbase.impl.io.HBaseDataSink
 
write(TemporalGraph) - Method in interface org.gradoop.temporal.io.api.TemporalDataSink
Writes a temporal graph to the data sink.
write(TemporalGraphCollection) - Method in interface org.gradoop.temporal.io.api.TemporalDataSink
Writes a temporal graph collection to the data sink.
write(TemporalGraph, boolean) - Method in interface org.gradoop.temporal.io.api.TemporalDataSink
Writes a temporal graph to the data sink.
write(TemporalGraphCollection, boolean) - Method in interface org.gradoop.temporal.io.api.TemporalDataSink
Writes a temporal graph collection to the data sink.
write(TemporalGraph) - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
 
write(TemporalGraphCollection) - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
 
write(TemporalGraph, boolean) - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
 
write(TemporalGraphCollection, boolean) - Method in class org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSink
 
write(TemporalGraph) - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
 
write(TemporalGraphCollection) - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
 
write(TemporalGraph, boolean) - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
 
write(TemporalGraphCollection, boolean) - Method in class org.gradoop.temporal.io.impl.csv.TemporalCSVDataSink
 
write(TemporalGraph) - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
 
write(TemporalGraphCollection) - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
 
write(TemporalGraph, boolean) - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
 
write(TemporalGraphCollection, boolean) - Method in class org.gradoop.temporal.io.impl.parquet.plain.TemporalParquetDataSink
 
write(TemporalGraph) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSink
 
write(TemporalGraphCollection) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSink
 
write(TemporalGraph, boolean) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSink
 
write(TemporalGraphCollection, boolean) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TemporalParquetProtobufDataSink
 
writeCSV(DataSet<T>, String) - Static method in class org.gradoop.flink.model.impl.operators.statistics.writer.StatisticWriter
Write the statistic for a given logical graph in a CSV file.
writeCSV(DataSet<T>, String, boolean) - Static method in class org.gradoop.flink.model.impl.operators.statistics.writer.StatisticWriter
Writes tuples as CSV file in a filepath.
writeDistributed(String, DataSet<Tuple3<String, String, String>>, FileSystem.WriteMode) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSink
Write the meta data tuples to the specified file.
writeDistributed(String, DataSet<Tuple3<String, String, String>>, FileSystem.WriteMode) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSink
 
writeEdge(Edge) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
writeEdge(Edge) - Method in interface org.gradoop.storage.common.api.EPGMGraphInput
Writes the given edge data into the graph store.
writeEdge(Put, Edge) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Writes the complete edge data to the given Put and returns it.
writeEdge(Put, Edge) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
writeEdge(Edge) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
writeGradoopId(String, int, GradoopId) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Appends a gradoop id field to the record consumer
writeGradoopIdSet(String, int, GradoopIdSet) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Appends a gradoop id set field to the record consumer.
writeGraphHead(GraphHead) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
writeGraphHead(GraphHead) - Method in interface org.gradoop.storage.common.api.EPGMGraphInput
Writes the given graph data into the graph store.
writeGraphHead(Put, GraphHead) - Method in interface org.gradoop.storage.hbase.impl.api.GraphHeadHandler
Adds all graph information to the given Put and returns it.
writeGraphHead(Put, GraphHead) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphHeadHandler
 
writeGraphHead(GraphHead) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 
writeGraphIds(Put, GraphElement) - Method in interface org.gradoop.storage.hbase.impl.api.GraphElementHandler
Adds the given graph identifiers to the given Put and returns it.
writeGraphIds(Put, GraphElement) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseGraphElementHandler
 
writeLabel(Put, Element) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Adds the labels to the given Put and returns it.
writeLabel(Put, Element) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
writeLocal(String, M, Configuration, boolean) - Method in interface org.gradoop.flink.io.api.metadata.MetaDataSink
Write the meta data to a the specified file.
writeLocal(String, CSVMetaData, Configuration, boolean) - Method in class org.gradoop.flink.io.impl.csv.metadata.CSVMetaDataSink
 
writeMode - Variable in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
The write mode of this format.
writeProperties(String, int, Properties) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Appends a properties field to the record consumer.
writeProperties(Put, Element) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Adds all properties of the given element to the given Put and returns it.
writeProperties(Put, Element) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
writeProperty(Put, Property) - Method in interface org.gradoop.storage.hbase.impl.api.ElementHandler
Adds the given property to the Put and returns it.
writeProperty(Put, Property) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseElementHandler
 
WritePropertyToGraphHeadMap<G extends GraphHead> - Class in org.gradoop.flink.algorithms.gelly.functions
MapFunction, that writes a given property value to the GraphHead.
WritePropertyToGraphHeadMap(String, PropertyValue) - Constructor for class org.gradoop.flink.algorithms.gelly.functions.WritePropertyToGraphHeadMap
Creates an instance of a MapFunction, that writes a given property value to the GraphHead.
writeRecord(IT) - Method in class org.gradoop.flink.io.impl.csv.indexed.functions.MultipleFileOutputFormat
 
writeRecord(byte[]) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink.ImageOutputFormat
 
writeRecord(T) - Method in class org.gradoop.flink.io.impl.parquet.common.HadoopValueOutputFormat
 
writeRecord(R) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Gets called once per record.
writeRecord(EPGMEdge) - Method in class org.gradoop.flink.io.impl.parquet.plain.write.EdgeWriteSupport
 
writeRecord(EPGMGraphHead) - Method in class org.gradoop.flink.io.impl.parquet.plain.write.GraphHeadWriteSupport
 
writeRecord(EPGMVertex) - Method in class org.gradoop.flink.io.impl.parquet.plain.write.VertexWriteSupport
 
writeRecord(E) - Method in class org.gradoop.storage.accumulo.impl.io.outputformats.ElementOutputFormat
 
writeRecord(TemporalEdge) - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalEdgeWriteSupport
 
writeRecord(TemporalGraphHead) - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalGraphHeadWriteSupport
 
writeRecord(TemporalVertex) - Method in class org.gradoop.temporal.io.impl.parquet.plain.write.TemporalVertexWriteSupport
 
writeRow(Mutation, Edge) - Method in class org.gradoop.storage.accumulo.impl.handler.AccumuloEdgeHandler
 
writeRow(Mutation, GraphHead) - Method in class org.gradoop.storage.accumulo.impl.handler.AccumuloGraphHandler
 
writeRow(Mutation, W) - Method in interface org.gradoop.storage.accumulo.impl.handler.AccumuloRowHandler
Write element to store
writeRow(Mutation, Vertex) - Method in class org.gradoop.storage.accumulo.impl.handler.AccumuloVertexHandler
 
writeSource(Put, GradoopId) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Adds the source vertex data to the given Put and returns it.
writeSource(Put, GradoopId) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
writeString(String, int, String) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Appends a string field to the record consumer
writeTarget(Put, GradoopId) - Method in interface org.gradoop.storage.hbase.impl.api.EdgeHandler
Adds the target vertex data to the given Put and returns it.
writeTarget(Put, GradoopId) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseEdgeHandler
 
writeTimeIntervalField(String, int, Tuple2<Long, Long>) - Method in class org.gradoop.flink.io.impl.parquet.plain.common.GradoopWriteSupport
Appends a time interval field to the record consumer.
writeTo(CodedOutputStream) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Edge
 
writeTo(CodedOutputStream) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.GraphHead
 
writeTo(CodedOutputStream) - Method in class org.gradoop.flink.io.impl.parquet.protobuf.EPGMProto.Vertex
 
writeTo(DataSink) - Method in interface org.gradoop.flink.model.api.epgm.GraphCollectionOperators
Writes the graph collection to the given data sink.
writeTo(DataSink, boolean) - Method in interface org.gradoop.flink.model.api.epgm.GraphCollectionOperators
Writes the graph collection to the given data sink with an optional overwrite option.
writeTo(DataSink) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
Writes the graph to given data sink.
writeTo(DataSink, boolean) - Method in interface org.gradoop.flink.model.api.epgm.LogicalGraphOperators
Writes the graph to given data sink with an optional overwrite option.
writeTo(DataSink) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
writeTo(DataSink, boolean) - Method in class org.gradoop.flink.model.impl.epgm.GraphCollection
 
writeTo(DataSink) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
writeTo(DataSink, boolean) - Method in class org.gradoop.flink.model.impl.epgm.LogicalGraph
 
writeTo(CodedOutputStream) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalEdge
 
writeTo(CodedOutputStream) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalGraphHead
 
writeTo(CodedOutputStream) - Method in class org.gradoop.temporal.io.impl.parquet.protobuf.TPGMProto.TemporalVertex
 
writeTo(TemporalDataSink) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
Writes the graph to given data sink.
writeTo(TemporalDataSink, boolean) - Method in class org.gradoop.temporal.model.impl.TemporalGraph
Writes the graph to given data sink with an optional overwrite option.
writeTo(TemporalDataSink) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
Writes the graph collection to the given data sink.
writeTo(TemporalDataSink, boolean) - Method in class org.gradoop.temporal.model.impl.TemporalGraphCollection
Writes the graph collection to the given data sink with an optional overwrite option.
writeVertex(Vertex) - Method in class org.gradoop.storage.accumulo.impl.AccumuloEPGMStore
 
writeVertex(Vertex) - Method in interface org.gradoop.storage.common.api.EPGMGraphInput
Writes the given vertex data into the graph store.
writeVertex(Put, Vertex) - Method in interface org.gradoop.storage.hbase.impl.api.VertexHandler
Writes the complete vertex data to the given Put and returns it.
writeVertex(Put, Vertex) - Method in class org.gradoop.storage.hbase.impl.handler.HBaseVertexHandler
 
writeVertex(Vertex) - Method in class org.gradoop.storage.hbase.impl.HBaseEPGMStore
 

X

X_COORDINATE_PROPERTY - Static variable in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
The name of the property where the X-Coordinate of a vertex is stored
XorPredicate - Class in org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans
Wraps a Xor predicate
XorPredicate(Xor) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
Creates a new Wrapper
XorPredicate(Xor, QueryComparableFactory) - Constructor for class org.gradoop.flink.model.impl.operators.matching.common.query.predicates.booleans.XorPredicate
Creates a new Wrapper

Y

Y_COORDINATE_PROPERTY - Static variable in interface org.gradoop.flink.model.impl.operators.layouting.LayoutingAlgorithm
The name of the property where the Y-Coordinate of a vertex is stored

Z

ZOOKEEPER_HOSTS - Static variable in class org.gradoop.storage.accumulo.config.GradoopAccumuloConfig
zookeeper hosts, default "localhost:2181"
ZOOKEEPERS - Static variable in class org.gradoop.storage.accumulo.impl.constants.AccumuloDefault
zookeeper hosts
zoom - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
If true, scale the layout to fill the complete drawing-space.
zoom(boolean) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
If true, scale the graph to completely fill the layout-area
zoom(boolean, int) - Method in class org.gradoop.flink.io.impl.image.ImageDataSink
If true, scale the graph to completely fill the layout-area
zoomBorder - Variable in class org.gradoop.flink.io.impl.image.ImageDataSink
Size of a order in pixels, that should be left free when using zoom.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2014 - 2021–2024 University of Leipzig. All rights reserved.